Skip to content

Commit

Permalink
feat: changed groupsmapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Sep 7, 2023
1 parent 4b70540 commit 2a94123
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tasks/keycloak/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ export const protocolMappersList: Array<Record<string, unknown>> = [
protocolMapper: 'oidc-group-membership-mapper',
consentRequired: false,
config: {
multivalued: 'true',
'userinfo.token.claim': 'true',
'full.path': true,
'id.token.claim': 'true',
'access.token.claim': 'true',
'claim.name': 'groups',
'jsonType.label': 'String',
'userinfo.token.claim': 'true',
},
},
{
Expand Down

0 comments on commit 2a94123

Please sign in to comment.