17 lines
334 B
Text
17 lines
334 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_owncloud_ios_client_id}}",
|
||
|
"client_secret": "{{var_authelia_for_owncloud_ios_client_secret}}",
|
||
|
"client_name": "ownCloud iOS app",
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"groups",
|
||
|
"profile",
|
||
|
"email",
|
||
|
"offline_access"
|
||
|
],
|
||
|
"redirect_uris": [
|
||
|
"oc://ios.owncloud.com",
|
||
|
"oc.ios://ios.owncloud.com"
|
||
|
]
|
||
|
}
|