diff --git a/authelia/config/configuration.yaml b/authelia/config/configuration.yaml index 8e003d8..d5c8c41 100644 --- a/authelia/config/configuration.yaml +++ b/authelia/config/configuration.yaml @@ -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