2024-09-03 11:37:12 +02:00
|
|
|
{
|
|
|
|
"client_id": "{{var_authelia_for_wiki_js_client_id}}",
|
2024-10-26 10:00:34 +02:00
|
|
|
"client_secret": "{{temp_authelia_for_wiki_js_client_secret_hashed}}",
|
2024-09-03 11:37:12 +02:00
|
|
|
"client_name": "Wiki.js",
|
|
|
|
"public": false,
|
|
|
|
"authorization_policy": "one_factor",
|
|
|
|
"redirect_uris": [
|
2024-09-28 13:22:17 +02:00
|
|
|
"{{var_authelia_for_wiki_js_wiki_js_url_base}}/login/{{var_authelia_for_wiki_js_strategy_id}}/callback"
|
2024-09-03 11:37:12 +02:00
|
|
|
],
|
|
|
|
"scopes": [
|
|
|
|
"openid",
|
|
|
|
"email",
|
|
|
|
"profile"
|
|
|
|
],
|
|
|
|
"userinfo_signed_response_alg": "none",
|
2024-09-28 13:22:17 +02:00
|
|
|
"token_endpoint_auth_method": "client_secret_post"
|
2024-09-03 11:37:12 +02:00
|
|
|
}
|