From 58268aeae249b618af7e2cd8ae4dbce5935b2003 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 23 Oct 2025 13:04:51 +0200 Subject: [PATCH] [mod] authelia-for-zeitbild:add groups --- .../templates/authelia-client-conf.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2 b/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2 index 692d452..39a3976 100644 --- a/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2 +++ b/roles/authelia-for-zeitbild_backend/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_basic"