ansible-base/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2

17 lines
337 B
Text
Raw Normal View History

{
"client_id": "{{var_authelia_for_owncloud_desktop_client_id}}",
"client_secret": "{{var_authelia_for_owncloud_desktop_client_secret}}",
2024-07-02 00:11:22 +02:00
"client_name": "ownCloud | Desktop Client",
"scopes": [
"openid",
"groups",
"profile",
"email",
"offline_access"
],
"redirect_uris": [
"http://127.0.0.1",
"http://localhost"
]
}