mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
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:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user