updated authelia config
This commit is contained in:
@@ -3,18 +3,66 @@
|
||||
# Authelia configuration #
|
||||
###############################################################
|
||||
|
||||
theme: 'dark'
|
||||
|
||||
server:
|
||||
address: 'tcp://:9091'
|
||||
|
||||
log:
|
||||
level: 'debug'
|
||||
|
||||
telemetry:
|
||||
metrics:
|
||||
enabled: false
|
||||
|
||||
totp:
|
||||
disable: false
|
||||
issuer: 'akanealw.com'
|
||||
algorithm: 'sha1'
|
||||
digits: 6
|
||||
period: 30
|
||||
skew: 1
|
||||
secret_size: 32
|
||||
allowed_algorithms:
|
||||
- 'SHA1'
|
||||
allowed_digits:
|
||||
- 6
|
||||
allowed_periods:
|
||||
- 30
|
||||
disable_reuse_security_policy: false
|
||||
|
||||
|
||||
identity_validation:
|
||||
reset_password:
|
||||
jwt_secret: 'qVwp0m2FE/zrXvSxxehRJXg2Nl0Y7FW9XuxYPpzEQEM='
|
||||
webauthn:
|
||||
disable: false
|
||||
enable_passkey_login: false
|
||||
display_name: 'Authelia'
|
||||
attestation_conveyance_preference: 'indirect'
|
||||
timeout: '60 seconds'
|
||||
filtering:
|
||||
permitted_aaguids: []
|
||||
prohibited_aaguids: []
|
||||
prohibit_backup_eligibility: false
|
||||
selection_criteria:
|
||||
attachment: ''
|
||||
discoverability: 'preferred'
|
||||
user_verification: 'preferred'
|
||||
metadata:
|
||||
enabled: false
|
||||
cache_policy: strict
|
||||
validate_trust_anchor: true
|
||||
validate_entry: true
|
||||
validate_entry_permit_zero_aaguid: false
|
||||
validate_status: true
|
||||
validate_status_permitted: []
|
||||
validate_status_prohibited:
|
||||
- 'REVOKED'
|
||||
- 'USER_KEY_PHYSICAL_COMPROMISE'
|
||||
- 'USER_KEY_REMOTE_COMPROMISE'
|
||||
- 'USER_VERIFICATION_BYPASS'
|
||||
- 'ATTESTATION_KEY_COMPROMISE'
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user