ff
This commit is contained in:
parent
33f0f575fa
commit
efa8d2e047
1 changed files with 12 additions and 2 deletions
|
@ -82,8 +82,6 @@ notifier:
|
|||
sender: no-reply-authelia@mgrote.net
|
||||
disable_require_tls: true
|
||||
|
||||
# ldap
|
||||
# https://github.com/lldap/lldap/blob/main/example_configs/authelia_config.yml
|
||||
authentication_backend:
|
||||
password_reset:
|
||||
disable: false
|
||||
|
@ -142,3 +140,15 @@ identity_providers:
|
|||
redirect_uris:
|
||||
- https://miniflux.mgrote.net/oauth2/oidc/callback
|
||||
token_endpoint_auth_method: client_secret_basic
|
||||
|
||||
webauthn:
|
||||
enable_passkey_login: true
|
||||
attestation_conveyance_preference: 'direct'
|
||||
filtering:
|
||||
prohibit_backup_eligibility: true
|
||||
metadata:
|
||||
enabled: true
|
||||
validate_trust_anchor: true
|
||||
validate_entry: true
|
||||
validate_status: true
|
||||
validate_entry_permit_zero_aaguid: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue