diff --git a/src/bin/start-keycloak/realmConfig/defaultConfig/realm-kc-26.json b/src/bin/start-keycloak/realmConfig/defaultConfig/realm-kc-26.json index f26c4aed..281406ca 100644 --- a/src/bin/start-keycloak/realmConfig/defaultConfig/realm-kc-26.json +++ b/src/bin/start-keycloak/realmConfig/defaultConfig/realm-kc-26.json @@ -997,7 +997,7 @@ "claim.value": "[\"*\"]", "userinfo.token.claim": "true", "id.token.claim": "false", - "lightweight.claim": "false", + "lightweight.claim": "true", "access.token.claim": "true", "claim.name": "allowed-origins", "jsonType.label": "JSON", @@ -1628,7 +1628,7 @@ "smtpServer": {}, "loginTheme": "keycloakify-starter", "accountTheme": "", - "adminTheme": "", + "adminTheme": "keycloakify-starter", "emailTheme": "", "eventsEnabled": false, "eventsListeners": ["keycloakify-logging", "jboss-logging"], @@ -1657,14 +1657,14 @@ "subComponents": {}, "config": { "allowed-protocol-mapper-types": [ - "oidc-usermodel-property-mapper", - "saml-user-property-mapper", - "oidc-address-mapper", "saml-user-attribute-mapper", - "saml-role-list-mapper", - "oidc-sha256-pairwise-sub-mapper", "oidc-usermodel-attribute-mapper", - "oidc-full-name-mapper" + "oidc-usermodel-property-mapper", + "oidc-full-name-mapper", + "oidc-sha256-pairwise-sub-mapper", + "oidc-address-mapper", + "saml-role-list-mapper", + "saml-user-property-mapper" ] } }, @@ -1694,14 +1694,14 @@ "subComponents": {}, "config": { "allowed-protocol-mapper-types": [ - "saml-user-attribute-mapper", + "oidc-usermodel-attribute-mapper", "oidc-full-name-mapper", - "oidc-sha256-pairwise-sub-mapper", - "saml-user-property-mapper", - "oidc-usermodel-property-mapper", + "saml-user-attribute-mapper", "saml-role-list-mapper", "oidc-address-mapper", - "oidc-usermodel-attribute-mapper" + "saml-user-property-mapper", + "oidc-usermodel-property-mapper", + "oidc-sha256-pairwise-sub-mapper" ] } }, diff --git a/src/bin/start-keycloak/realmConfig/prepareRealmConfig.ts b/src/bin/start-keycloak/realmConfig/prepareRealmConfig.ts index 335f04bf..3a1820f7 100644 --- a/src/bin/start-keycloak/realmConfig/prepareRealmConfig.ts +++ b/src/bin/start-keycloak/realmConfig/prepareRealmConfig.ts @@ -333,7 +333,7 @@ function editAccountConsoleAndSecurityAdminConsole(params: { "claim.value": '["*"]', "userinfo.token.claim": "true", "id.token.claim": "false", - "lightweight.claim": "false", + "lightweight.claim": "true", "access.token.claim": "true", "claim.name": "allowed-origins", "jsonType.label": "JSON",