Set Authelia consent mode for Hedgedoc to implicit
Add niels to hedgedoc group in Authelia
This commit is contained in:
parent
9838069c4c
commit
b09ce94621
2 changed files with 4 additions and 3 deletions
|
@ -108,6 +108,7 @@
|
|||
scopes = ["openid" "profile" "email" "groups"];
|
||||
userinfo_signed_response_alg = "none";
|
||||
token_endpoint_auth_method = "client_secret_post";
|
||||
consent_mode = "implicit";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue