17 lines
391 B
Django/Jinja
17 lines
391 B
Django/Jinja
{
|
|
"client_id": "{{var_authelia_for_owncloud_desktop_client_id}}",
|
|
"client_secret": "{{temp_authelia_for_owncloud_desktop_client_secret_hashed.stdout}}",
|
|
"client_name": "ownCloud | Desktop Client",
|
|
"authorization_policy": "one_factor",
|
|
"scopes": [
|
|
"openid",
|
|
"groups",
|
|
"profile",
|
|
"email",
|
|
"offline_access"
|
|
],
|
|
"redirect_uris": [
|
|
"http://127.0.0.1",
|
|
"http://localhost"
|
|
]
|
|
}
|