29 lines
546 B
Text
29 lines
546 B
Text
![]() |
{
|
||
|
"id": "{{var_authelia_for_hedgedoc_client_id}}",
|
||
|
"description": "Hedgedoc",
|
||
|
"secret": "{{var_authelia_for_hedgedoc_client_secret}}",
|
||
|
"public": false,
|
||
|
"authorization_policy": "one_factor",
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"email",
|
||
|
"profile"
|
||
|
],
|
||
|
"redirect_uris": [
|
||
|
"{{var_authelia_for_hedgedoc_hedgedoc_url_base}}/auth/oauth2/callback"
|
||
|
],
|
||
|
"grant_types": [
|
||
|
"refresh_token",
|
||
|
"authorization_code"
|
||
|
],
|
||
|
"response_types": [
|
||
|
"code"
|
||
|
],
|
||
|
"response_modes": [
|
||
|
"form_post",
|
||
|
"query",
|
||
|
"fragment"
|
||
|
],
|
||
|
"userinfo_signing_algorithm": "none"
|
||
|
}
|