mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			790 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			790 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
{
 | 
						|
  "name": "{{ KEYCLOAK_RBAC_GROUP_CLAIM }}",
 | 
						|
  "description": "RBAC Groups",
 | 
						|
  "protocol": "openid-connect",
 | 
						|
  "attributes": {
 | 
						|
    "include.in.token.scope": "false",
 | 
						|
    "display.on.consent.screen": "true",
 | 
						|
    "gui.order": "",
 | 
						|
    "consent.screen.text": ""
 | 
						|
  },
 | 
						|
  "protocolMappers": [
 | 
						|
    {
 | 
						|
      "name": "groups",
 | 
						|
      "protocol": "openid-connect",
 | 
						|
      "protocolMapper": "oidc-group-membership-mapper",
 | 
						|
      "consentRequired": false,
 | 
						|
      "config": {
 | 
						|
        "full.path": "true",
 | 
						|
        "introspection.token.claim": "true",
 | 
						|
        "userinfo.token.claim": "true",
 | 
						|
        "multivalued": "true",
 | 
						|
        "id.token.claim": "true",
 | 
						|
        "lightweight.claim": "false",
 | 
						|
        "access.token.claim": "true",
 | 
						|
        "claim.name": "{{ KEYCLOAK_RBAC_GROUP_CLAIM }}"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ]
 | 
						|
} |