Update configuration.yml
add 2FA support for Yubikey (webauthn)
This commit is contained in:
parent
6a27814f85
commit
90aa21c8ed
1 changed files with 8 additions and 0 deletions
|
|
@ -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 a new issue