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" }