[fix] role:authelia-for-hedgedoc
This commit is contained in:
parent
b36bcf9b83
commit
090d7d4190
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue