Add CORS config to Authelia OIDC for browser-based PKCE clients
This commit is contained in:
@@ -55,6 +55,14 @@ regulation:
|
||||
identity_providers:
|
||||
oidc:
|
||||
hmac_secret: ${AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET}
|
||||
cors:
|
||||
endpoints:
|
||||
- authorization
|
||||
- token
|
||||
- revocation
|
||||
- introspection
|
||||
- userinfo
|
||||
allowed_origins_from_client_redirect_uris: true
|
||||
jwks:
|
||||
- key_id: main
|
||||
algorithm: RS256
|
||||
|
||||
Reference in New Issue
Block a user