2024-06-27 19:07:58 +02:00
|
|
|
{
|
2025-10-09 01:49:09 +02:00
|
|
|
"client_id": "{{cfg_authelia_for_owncloud.desktop.client_id}}",
|
2024-10-26 11:54:25 +02:00
|
|
|
"client_secret": "{{temp_authelia_for_owncloud_desktop_client_secret_hashed.stdout}}",
|
2024-07-02 00:11:22 +02:00
|
|
|
"client_name": "ownCloud | Desktop Client",
|
2025-10-09 01:49:09 +02:00
|
|
|
|
|
|
|
|
"public": false,
|
2024-07-04 09:48:33 +02:00
|
|
|
"authorization_policy": "one_factor",
|
2025-10-09 01:49:09 +02:00
|
|
|
"require_pkce": true,
|
|
|
|
|
"pkce_challenge_method": "S256",
|
2024-06-27 19:07:58 +02:00
|
|
|
"scopes": [
|
|
|
|
|
"openid",
|
2025-10-09 01:49:09 +02:00
|
|
|
"offline_access",
|
2024-06-27 19:07:58 +02:00
|
|
|
"groups",
|
|
|
|
|
"profile",
|
2025-10-09 01:49:09 +02:00
|
|
|
"email"
|
2025-10-07 14:35:48 +02:00
|
|
|
],
|
2025-10-07 14:38:48 +02:00
|
|
|
"redirect_uris": [
|
|
|
|
|
"http://127.0.0.1",
|
|
|
|
|
"http://localhost"
|
2025-10-09 01:49:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"response_types": [
|
|
|
|
|
"code"
|
|
|
|
|
],
|
|
|
|
|
"grant_types": [
|
|
|
|
|
"authorization_code",
|
|
|
|
|
"refresh_token"
|
|
|
|
|
],
|
|
|
|
|
"access_token_signed_response_alg": "none",
|
|
|
|
|
"userinfo_signed_response_alg": "none",
|
|
|
|
|
"token_endpoint_auth_method": "client_secret_basic"
|
2024-06-27 19:07:58 +02:00
|
|
|
}
|