Skip to content

Commit

Permalink
Merge pull request #169 from appuio/update-keycloak-realm-template
Browse files Browse the repository at this point in the history
Update Keycloak Realm template for local environment setup
  • Loading branch information
simu authored Oct 23, 2023
2 parents eb4364d + c94a2d7 commit cf383b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions local-env/templates/realm.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,21 @@
"consentRequired": false,
"config": {}
},
{
"name": "client-role-groups",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-client-role-mapper",
"consentRequired": false,
"config": {
"multivalued": "true",
"userinfo.token.claim": "false",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "groups",
"jsonType.label": "String",
"usermodel.clientRoleMapping.clientId": "local-dev"
}
},
{
"name": "client roles",
"protocol": "openid-connect",
Expand Down

0 comments on commit cf383b5

Please sign in to comment.