ansible-base/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2
Christian Fraß 03a84c0d6a Revert "[int]"
This reverts commit ae35b71940.
2025-10-07 14:38:48 +02:00

21 lines
425 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"
],
"response_types": [
"code"
],
"redirect_uris": [
"http://127.0.0.1",
"http://localhost"
]
}