updated authelia config
This commit is contained in:
@@ -3,19 +3,67 @@
|
|||||||
# Authelia configuration #
|
# Authelia configuration #
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
|
theme: 'dark'
|
||||||
|
|
||||||
server:
|
server:
|
||||||
address: 'tcp://:9091'
|
address: 'tcp://:9091'
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: 'debug'
|
level: 'debug'
|
||||||
|
|
||||||
|
telemetry:
|
||||||
|
metrics:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
totp:
|
totp:
|
||||||
|
disable: false
|
||||||
issuer: 'akanealw.com'
|
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:
|
identity_validation:
|
||||||
reset_password:
|
reset_password:
|
||||||
jwt_secret: 'qVwp0m2FE/zrXvSxxehRJXg2Nl0Y7FW9XuxYPpzEQEM='
|
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:
|
authentication_backend:
|
||||||
file:
|
file:
|
||||||
path: '/config/users_database.yml'
|
path: '/config/users_database.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user