Correctly patch the security-admin-console client so that it can be run with HMR

This commit is contained in:
Joseph Garrone 2024-12-18 20:57:42 +01:00
parent 0bacdca8fe
commit 474a863708
2 changed files with 14 additions and 14 deletions

View File

@ -997,7 +997,7 @@
"claim.value": "[\"*\"]", "claim.value": "[\"*\"]",
"userinfo.token.claim": "true", "userinfo.token.claim": "true",
"id.token.claim": "false", "id.token.claim": "false",
"lightweight.claim": "false", "lightweight.claim": "true",
"access.token.claim": "true", "access.token.claim": "true",
"claim.name": "allowed-origins", "claim.name": "allowed-origins",
"jsonType.label": "JSON", "jsonType.label": "JSON",
@ -1628,7 +1628,7 @@
"smtpServer": {}, "smtpServer": {},
"loginTheme": "keycloakify-starter", "loginTheme": "keycloakify-starter",
"accountTheme": "", "accountTheme": "",
"adminTheme": "", "adminTheme": "keycloakify-starter",
"emailTheme": "", "emailTheme": "",
"eventsEnabled": false, "eventsEnabled": false,
"eventsListeners": ["keycloakify-logging", "jboss-logging"], "eventsListeners": ["keycloakify-logging", "jboss-logging"],
@ -1657,14 +1657,14 @@
"subComponents": {}, "subComponents": {},
"config": { "config": {
"allowed-protocol-mapper-types": [ "allowed-protocol-mapper-types": [
"oidc-usermodel-property-mapper",
"saml-user-property-mapper",
"oidc-address-mapper",
"saml-user-attribute-mapper", "saml-user-attribute-mapper",
"saml-role-list-mapper",
"oidc-sha256-pairwise-sub-mapper",
"oidc-usermodel-attribute-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": {}, "subComponents": {},
"config": { "config": {
"allowed-protocol-mapper-types": [ "allowed-protocol-mapper-types": [
"saml-user-attribute-mapper", "oidc-usermodel-attribute-mapper",
"oidc-full-name-mapper", "oidc-full-name-mapper",
"oidc-sha256-pairwise-sub-mapper", "saml-user-attribute-mapper",
"saml-user-property-mapper",
"oidc-usermodel-property-mapper",
"saml-role-list-mapper", "saml-role-list-mapper",
"oidc-address-mapper", "oidc-address-mapper",
"oidc-usermodel-attribute-mapper" "saml-user-property-mapper",
"oidc-usermodel-property-mapper",
"oidc-sha256-pairwise-sub-mapper"
] ]
} }
}, },

View File

@ -333,7 +333,7 @@ function editAccountConsoleAndSecurityAdminConsole(params: {
"claim.value": '["*"]', "claim.value": '["*"]',
"userinfo.token.claim": "true", "userinfo.token.claim": "true",
"id.token.claim": "false", "id.token.claim": "false",
"lightweight.claim": "false", "lightweight.claim": "true",
"access.token.claim": "true", "access.token.claim": "true",
"claim.name": "allowed-origins", "claim.name": "allowed-origins",
"jsonType.label": "JSON", "jsonType.label": "JSON",