infrastructure/roles/authelia-for-zeitbild_backend/templates/authelia-client-conf.json.j2
2024-10-25 00:37:02 +02:00

17 lines
494 B
Django/Jinja

{
"client_id": "{{var_authelia_for_zeitbild_backend_client_id}}",
"client_secret": "{{var_authelia_for_zeitbild_backend_client_secret}}",
"client_name": "Forgejo",
"public": false,
"authorization_policy": "one_factor",
"redirect_uris": [
"{{var_authelia_for_zeitbild_backend_zeitbild_backend_url_base}}/user/oauth2/authelia/callback"
],
"scopes": [
"openid",
"email",
"profile"
],
"userinfo_signed_response_alg": "none",
"token_endpoint_auth_method": "client_secret_basic"
}