mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update configuration.yml
add 2FA support for Yubikey (webauthn)
This commit is contained in:
parent
6a27814f85
commit
90aa21c8ed
|
@ -64,6 +64,14 @@ regulation:
|
||||||
find_time: 120
|
find_time: 120
|
||||||
ban_time: 300
|
ban_time: 300
|
||||||
|
|
||||||
|
# yubikey support
|
||||||
|
webauthn:
|
||||||
|
disable: false
|
||||||
|
display_name: Authelia
|
||||||
|
attestation_conveyance_preference: indirect
|
||||||
|
user_verification: preferred
|
||||||
|
timeout: 60s
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
encryption_key: a_very_important_secret # Now required
|
encryption_key: a_very_important_secret # Now required
|
||||||
local:
|
local:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user