infrastructure/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2

18 lines
493 B
Text
Raw Permalink Normal View History

2024-10-25 00:37:02 +02:00
{
"client_id": "{{var_authelia_for_zeitbild_backend_client_id}}",
"client_secret": "{{temp_authelia_for_zeitbild_backend_client_secret_hashed.stdout}}",
"client_name": "Zeitbild",
2024-10-25 00:37:02 +02:00
"public": false,
"authorization_policy": "one_factor",
"redirect_uris": [
"{{var_authelia_for_zeitbild_backend_zeitbild_backend_url_base}}/session/oidc"
2024-10-25 00:37:02 +02:00
],
"scopes": [
"openid",
"email",
"profile"
],
"userinfo_signed_response_alg": "none",
"token_endpoint_auth_method": "client_secret_basic"
}