mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Added setting of frontchannel.logout.url for keycloak
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user