16 lines
319 B
Text
16 lines
319 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_owncloud_android_client_id}}",
|
||
|
"client_secret": "{{var_authelia_for_owncloud_android_client_secret}}",
|
||
|
"client_name": "ownCloud Android app",
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"groups",
|
||
|
"profile",
|
||
|
"email",
|
||
|
"offline_access"
|
||
|
],
|
||
|
"redirect_uris": [
|
||
|
"oc://android.owncloud.com"
|
||
|
]
|
||
|
}
|