Set Authelia consent mode for Hedgedoc to implicit

Add niels to hedgedoc group in Authelia
This commit is contained in:
Pim Kunis 2025-02-09 15:35:51 +01:00
parent 9838069c4c
commit b09ce94621
2 changed files with 4 additions and 3 deletions

View file

@ -108,6 +108,7 @@
scopes = ["openid" "profile" "email" "groups"];
userinfo_signed_response_alg = "none";
token_endpoint_auth_method = "client_secret_post";
consent_mode = "implicit";
}
];
};