Browse Source

fix stupid boolean reqs

Grega Bremec 1 tháng trước cách đây
mục cha
commit
3a7463bbbc

+ 8 - 8
playbooks/roles/deploy-rhbk/templates/realm-import-template.yaml.j2

@@ -613,16 +613,16 @@ spec:
             name: groups
             name: groups
             protocol: openid-connect
             protocol: openid-connect
             protocolMapper: oidc-group-membership-mapper
             protocolMapper: oidc-group-membership-mapper
-            consentRequired: false
+            consentRequired: "false"
             config:
             config:
               claim.name: groups
               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 %}
 {% endif %}
         defaultClientScopes:
         defaultClientScopes:
           - web-origins
           - web-origins