2024-06-27 19:07:58 +02:00
|
|
|
{
|
2025-10-07 14:35:48 +02:00
|
|
|
"client_id": "{{cfg_authelia_for_owncloud.android.client_id}}",
|
2024-10-26 10:31:15 +02:00
|
|
|
"client_secret": "{{temp_authelia_for_owncloud_android_client_secret_hashed.stdout}}",
|
2024-07-02 00:11:22 +02:00
|
|
|
"client_name": "ownCloud | Android Client",
|
2025-10-09 01:24:55 +02:00
|
|
|
|
2025-10-07 14:35:48 +02:00
|
|
|
"public": false,
|
2024-08-22 15:24:20 +02:00
|
|
|
"authorization_policy": "one_factor",
|
2025-10-07 14:35:48 +02:00
|
|
|
"require_pkce": true,
|
|
|
|
|
"pkce_challenge_method": "S256",
|
2024-06-27 19:07:58 +02:00
|
|
|
"scopes": [
|
|
|
|
|
"openid",
|
2025-10-07 14:35:48 +02:00
|
|
|
"offline_access",
|
2024-06-27 19:07:58 +02:00
|
|
|
"groups",
|
|
|
|
|
"profile",
|
2025-10-07 14:35:48 +02:00
|
|
|
"email"
|
|
|
|
|
],
|
|
|
|
|
"redirect_uris": [
|
|
|
|
|
"oc://android.owncloud.com"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-27 19:07:58 +02:00
|
|
|
],
|
2024-10-26 11:45:47 +02:00
|
|
|
"response_types": [
|
|
|
|
|
"code"
|
|
|
|
|
],
|
2025-10-07 14:35:48 +02:00
|
|
|
"grant_types": [
|
|
|
|
|
"authorization_code",
|
|
|
|
|
"refresh_token"
|
2025-10-07 17:09:03 +02:00
|
|
|
],
|
2025-10-07 14:35:48 +02:00
|
|
|
"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
|
|
|
}
|