mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized RBAC variables and async in keycloak
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "{{ KEYCLOAK_RBAC_GROUP_CLAIME }}",
|
||||
"name": "{{ KEYCLOAK_RBAC_GROUP_CLAIM }}",
|
||||
"description": "RBAC Groups",
|
||||
"protocol": "openid-connect",
|
||||
"attributes": {
|
||||
@@ -22,7 +22,7 @@
|
||||
"id.token.claim": "true",
|
||||
"lightweight.claim": "false",
|
||||
"access.token.claim": "true",
|
||||
"claim.name": "{{ KEYCLOAK_RBAC_GROUP_CLAIME }}"
|
||||
"claim.name": "{{ KEYCLOAK_RBAC_GROUP_CLAIM }}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user