2023-12-18 08:14:07 +01:00
|
|
|
{
|
2024-03-21 23:44:26 +01:00
|
|
|
"client_id": "{{var_authelia_for_dokuwiki_client_id}}",
|
|
|
|
"client_secret": "{{var_authelia_for_dokuwiki_client_secret}}",
|
|
|
|
"client_name": "DokuWiki",
|
2023-12-18 08:14:07 +01:00
|
|
|
"public": false,
|
|
|
|
"authorization_policy": "one_factor",
|
2024-03-21 23:44:26 +01:00
|
|
|
"redirect_uris": [
|
|
|
|
"{{var_authelia_for_dokuwiki_dokuwiki_url_base}}/doku.php"
|
|
|
|
],
|
2023-12-18 08:14:07 +01:00
|
|
|
"scopes": [
|
|
|
|
"openid",
|
|
|
|
"email",
|
2023-12-19 23:09:38 +01:00
|
|
|
"profile",
|
|
|
|
"groups"
|
2024-03-21 23:57:00 +01:00
|
|
|
],
|
|
|
|
"token_endpoint_auth_method": "client_secret_post"
|
2023-12-18 08:14:07 +01:00
|
|
|
}
|