17 lines
335 B
Text
17 lines
335 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_owncloud_desktop_client_id}}",
|
||
|
"client_secret": "{{var_authelia_for_owncloud_desktop_client_secret}}",
|
||
|
"client_name": "ownCloud desktop client",
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"groups",
|
||
|
"profile",
|
||
|
"email",
|
||
|
"offline_access"
|
||
|
],
|
||
|
"redirect_uris": [
|
||
|
"http://127.0.0.1",
|
||
|
"http://localhost"
|
||
|
]
|
||
|
}
|