From cb404cdb7a7fa2d061c9518e98cc818df0720170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 21 Mar 2024 23:57:00 +0100 Subject: [PATCH] [fix] 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 e5450b2..2605a0f 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 @@ -12,5 +12,6 @@ "email", "profile", "groups" - ] + ], + "token_endpoint_auth_method": "client_secret_post" }