2023-12-16 15:16:45 +01:00
|
|
|
{
|
2024-03-20 00:10:16 +01:00
|
|
|
"client_id": "{{var_authelia_for_hedgedoc_client_id}}",
|
2024-10-26 10:25:00 +02:00
|
|
|
"client_secret": "{{temp_authelia_for_hedgedoc_client_secret_hashed.stdout}}",
|
2024-03-20 00:10:16 +01:00
|
|
|
"client_name": "Hedgedoc",
|
2023-12-16 15:16:45 +01:00
|
|
|
"public": false,
|
|
|
|
"authorization_policy": "one_factor",
|
|
|
|
"scopes": [
|
|
|
|
"openid",
|
|
|
|
"email",
|
|
|
|
"profile"
|
|
|
|
],
|
|
|
|
"redirect_uris": [
|
|
|
|
"{{var_authelia_for_hedgedoc_hedgedoc_url_base}}/auth/oauth2/callback"
|
|
|
|
],
|
|
|
|
"grant_types": [
|
2024-03-20 00:48:04 +01:00
|
|
|
"refresh_token",
|
2023-12-16 15:16:45 +01:00
|
|
|
"authorization_code"
|
|
|
|
],
|
|
|
|
"response_types": [
|
|
|
|
"code"
|
|
|
|
],
|
|
|
|
"response_modes": [
|
|
|
|
"form_post",
|
|
|
|
"query",
|
|
|
|
"fragment"
|
|
|
|
],
|
2024-03-21 23:59:44 +01:00
|
|
|
"userinfo_signed_response_alg": "none",
|
|
|
|
"token_endpoint_auth_method": "client_secret_post"
|
2023-12-16 15:16:45 +01:00
|
|
|
}
|