infrastructure/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2
2024-10-26 10:43:57 +02:00

17 lines
493 B
Django/Jinja

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