diff --git a/ansible/roles/authelia-for-hedgedoc/templates/authelia-client-conf.json.j2 b/ansible/roles/authelia-for-hedgedoc/templates/authelia-client-conf.json.j2 index 2b9a311..f0c6af8 100644 --- a/ansible/roles/authelia-for-hedgedoc/templates/authelia-client-conf.json.j2 +++ b/ansible/roles/authelia-for-hedgedoc/templates/authelia-client-conf.json.j2 @@ -24,5 +24,6 @@ "query", "fragment" ], - "userinfo_signed_response_alg": "none" + "userinfo_signed_response_alg": "none", + "token_endpoint_auth_method": "client_secret_post" }