organizationEnabled attributes are present as attributes in an export

Closes #35052

Signed-off-by: vramik <vramik@redhat.com>
Co-authored-by: vramik <vramik@redhat.com>
This commit is contained in:
Pedro Igor
2024-12-06 09:43:06 -03:00
committed by GitHub
parent d2e85ecbb3
commit c0911aebd7

View File

@@ -122,6 +122,8 @@ public class ModelToRepresentation {
REALM_EXCLUDED_ATTRIBUTES.add(Constants.CLIENT_PROFILES);
REALM_EXCLUDED_ATTRIBUTES.add("firstBrokerLoginFlowId");
REALM_EXCLUDED_ATTRIBUTES.add("organizationsEnabled");
}
public static Set<String> CLIENT_EXCLUDED_ATTRIBUTES = new HashSet<>();