Added setting of frontchannel.logout.url for keycloak

This commit is contained in:
2025-08-17 10:38:25 +02:00
parent 42f9ebad34
commit fb7b3a3c8e
3 changed files with 19 additions and 9 deletions

View File

@@ -527,9 +527,10 @@
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"frontchannel.logout.url": "{{ kc_desired_frontchannel_logout_url }}",
"realm_client": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",