From 92effc19e56e7e980d9dd1874ef8bef1a128da4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 30 Dec 2025 10:46:28 +0100 Subject: [PATCH] [mod] authelia-for-wiki_js:scopes --- .../templates/authelia-client-conf.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/authelia-for-wiki_js/templates/authelia-client-conf.json.j2 b/roles/authelia-for-wiki_js/templates/authelia-client-conf.json.j2 index 1117cb2..a341187 100644 --- a/roles/authelia-for-wiki_js/templates/authelia-client-conf.json.j2 +++ b/roles/authelia-for-wiki_js/templates/authelia-client-conf.json.j2 @@ -10,7 +10,8 @@ "scopes": [ "openid", "email", - "profile" + "profile", + "groups" ], "userinfo_signed_response_alg": "none", "token_endpoint_auth_method": "client_secret_post"