diff --git a/services/authelia.nix b/services/authelia.nix index b707199..68d7c7e 100644 --- a/services/authelia.nix +++ b/services/authelia.nix @@ -162,6 +162,16 @@ in username = smtpAccount.user; sender = smtpAccount.from; }; + identity_providers.oidc.cors = { + endpoints = [ + "authorization" + "token" + "revocation" + "introspection" + "userinfo" + ]; + allowed_origins_from_client_redirect_uris = true; + }; identity_providers.oidc.clients = [ { id = "miniflux";