diff --git a/modules/authelia.nix b/modules/authelia.nix index a5c1d2b..021dec6 100644 --- a/modules/authelia.nix +++ b/modules/authelia.nix @@ -68,7 +68,6 @@ configMap = { identity_providers.oidc = { enabled = true; - consent_mode = "implicit"; hmac_secret = { secret_name = "authelia"; @@ -93,6 +92,7 @@ scopes = ["openid" "groups" "email" "profile"]; userinfo_signed_response_alg = "none"; token_endpoint_auth_method = "client_secret_basic"; + consent_mode = "implicit"; } ]; };