forked from Nixius/authelia
20 lines
535 B
YAML
20 lines
535 B
YAML
# TEMPORARILY DISABLED - OIDC provider causing startup issues
|
|
# identity_providers:
|
|
# oidc:
|
|
# lifespans:
|
|
# access_token: 1h
|
|
# authorize_code: 1m
|
|
# id_token: 1h
|
|
# refresh_token: 90m
|
|
# enable_client_debug_messages: false
|
|
# enforce_pkce: public_clients_only
|
|
# cors:
|
|
# endpoints:
|
|
# - authorization
|
|
# - token
|
|
# - revocation
|
|
# - introspection
|
|
# - userinfo
|
|
# allowed_origins:
|
|
# - "*"
|
|
# allowed_origins_from_client_redirect_uris: false |