Fix consent mode for FreshRSS
This commit is contained in:
parent
7f1505878b
commit
ceebecbfa3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue