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