[fix] role:authelia-for-hedgedoc

This commit is contained in:
roydfalk 2024-03-20 00:10:16 +01:00
parent b36bcf9b83
commit 090d7d4190

View file

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