|
@@ -613,16 +613,16 @@ spec:
|
|
|
name: groups
|
|
|
protocol: openid-connect
|
|
|
protocolMapper: oidc-group-membership-mapper
|
|
|
- consentRequired: false
|
|
|
+ consentRequired: "false"
|
|
|
config:
|
|
|
claim.name: groups
|
|
|
- full.path: false
|
|
|
- id.token.claim: true
|
|
|
- access.token.claim: true
|
|
|
- userinfo.token.claim: true
|
|
|
- introspection.token.claim: true
|
|
|
- lightweight.claim: false
|
|
|
- multivalued: true
|
|
|
+ full.path: "false"
|
|
|
+ id.token.claim: "true"
|
|
|
+ access.token.claim: "true"
|
|
|
+ userinfo.token.claim: "true"
|
|
|
+ introspection.token.claim: "true"
|
|
|
+ lightweight.claim: "false"
|
|
|
+ multivalued: "true"
|
|
|
{% endif %}
|
|
|
defaultClientScopes:
|
|
|
- web-origins
|