From 090d7d419020c035d4bd02b0cfe6393bdea01f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 20 Mar 2024 00:10:16 +0100 Subject: [PATCH] [fix] role:authelia-for-hedgedoc --- .../templates/authelia-client-conf.json.j2 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 3024226..10ad3cb 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 @@ -1,7 +1,7 @@ { - "id": "{{var_authelia_for_hedgedoc_client_id}}", - "description": "Hedgedoc", - "secret": "{{var_authelia_for_hedgedoc_client_secret}}", + "client_id": "{{var_authelia_for_hedgedoc_client_id}}", + "client_secret": "{{var_authelia_for_hedgedoc_client_secret}}", + "client_name": "Hedgedoc", "public": false, "authorization_policy": "one_factor", "scopes": [ @@ -13,7 +13,6 @@ "{{var_authelia_for_hedgedoc_hedgedoc_url_base}}/auth/oauth2/callback" ], "grant_types": [ - "refresh_token", "authorization_code" ], "response_types": [ @@ -24,5 +23,5 @@ "query", "fragment" ], - "userinfo_signing_algorithm": "none" + "userinfo_signed_response_alg": "none" }