From b9a239c13c0158402f19dbb538ccc7ed4e345f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 19 Dec 2023 23:09:38 +0100 Subject: [PATCH] [mod] role:authelia-for-dokuwiki --- .../templates/authelia-client-conf.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/authelia-for-dokuwiki/templates/authelia-client-conf.json.j2 b/ansible/roles/authelia-for-dokuwiki/templates/authelia-client-conf.json.j2 index 4540de7..6d8dc0f 100644 --- a/ansible/roles/authelia-for-dokuwiki/templates/authelia-client-conf.json.j2 +++ b/ansible/roles/authelia-for-dokuwiki/templates/authelia-client-conf.json.j2 @@ -7,7 +7,8 @@ "scopes": [ "openid", "email", - "profile" + "profile", + "groups" ], "redirect_uris": [ "{{var_authelia_for_dokuwiki_dokuwiki_url_base}}/doku.php"