瀏覽代碼

fix stupid boolean reqs

Grega Bremec 1 月之前
父節點
當前提交
3a7463bbbc
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      playbooks/roles/deploy-rhbk/templates/realm-import-template.yaml.j2

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

@@ -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