mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +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
|
||||
ban_time: 300
|
||||
|
||||
# yubikey support
|
||||
webauthn:
|
||||
disable: false
|
||||
display_name: Authelia
|
||||
attestation_conveyance_preference: indirect
|
||||
user_verification: preferred
|
||||
timeout: 60s
|
||||
|
||||
storage:
|
||||
encryption_key: a_very_important_secret # Now required
|
||||
local:
|
||||
|
|
Loading…
Reference in New Issue
Block a user