[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}}",
|
"client_id": "{{var_authelia_for_hedgedoc_client_id}}",
|
||||||
"description": "Hedgedoc",
|
"client_secret": "{{var_authelia_for_hedgedoc_client_secret}}",
|
||||||
"secret": "{{var_authelia_for_hedgedoc_client_secret}}",
|
"client_name": "Hedgedoc",
|
||||||
"public": false,
|
"public": false,
|
||||||
"authorization_policy": "one_factor",
|
"authorization_policy": "one_factor",
|
||||||
"scopes": [
|
"scopes": [
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
"{{var_authelia_for_hedgedoc_hedgedoc_url_base}}/auth/oauth2/callback"
|
"{{var_authelia_for_hedgedoc_hedgedoc_url_base}}/auth/oauth2/callback"
|
||||||
],
|
],
|
||||||
"grant_types": [
|
"grant_types": [
|
||||||
"refresh_token",
|
|
||||||
"authorization_code"
|
"authorization_code"
|
||||||
],
|
],
|
||||||
"response_types": [
|
"response_types": [
|
||||||
|
@ -24,5 +23,5 @@
|
||||||
"query",
|
"query",
|
||||||
"fragment"
|
"fragment"
|
||||||
],
|
],
|
||||||
"userinfo_signing_algorithm": "none"
|
"userinfo_signed_response_alg": "none"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue