Add CORS config to Authelia OIDC for browser-based PKCE clients

This commit is contained in:
2026-02-28 23:33:12 +00:00
parent fc886e89e0
commit dab1267e90
+8
View File
@@ -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