mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
add value of unmanagedAttributePolicy to the form (#29645)
fixes: #29644 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
bbd4b60163
commit
1a4b6090d3
@ -108,6 +108,11 @@ function RealmSettingsGeneralTabForm({
|
||||
|
||||
const setupForm = () => {
|
||||
convertToFormValues(realm, setValue);
|
||||
setValue(
|
||||
"unmanagedAttributePolicy",
|
||||
userProfileConfig.unmanagedAttributePolicy ||
|
||||
UNMANAGED_ATTRIBUTE_POLICIES[0],
|
||||
);
|
||||
if (realm.attributes?.["acr.loa.map"]) {
|
||||
const result = Object.entries(
|
||||
JSON.parse(realm.attributes["acr.loa.map"]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user