ansible-base/roles/authelia-for-mas/templates/authelia-client-conf.json.j2
2024-10-13 11:44:01 +02:00

16 lines
413 B
Django/Jinja

{
"client_id": "{{var_authelia_for_mas_client_id}}",
"client_secret": "{{var_authelia_for_mas_client_secret}}",
"client_name": "MAS",
"public": false,
"authorization_policy": "one_factor",
"redirect_uris": [
"{{var_authelia_for_mas_mas_url_base}}/upstream/callback/{{var_authelia_for_mas_id}}"
],
"scopes": [
"openid",
"email",
"profile"
],
"token_endpoint_auth_method": "client_secret_basic"
}