forked from Nixius/authelia
19 lines
435 B
YAML
19 lines
435 B
YAML
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 |