organizationEnabled and verifiableCredentialsEnabled attributes are present as attributes in an export

Closes #35052

Signed-off-by: vramik <vramik@redhat.com>
This commit is contained in:
vramik 2024-11-18 15:24:14 +01:00 committed by Pedro Igor
parent f043beb3e9
commit 3c2e53136b

View File

@ -123,6 +123,8 @@ public class ModelToRepresentation {
REALM_EXCLUDED_ATTRIBUTES.add("firstBrokerLoginFlowId");
REALM_EXCLUDED_ATTRIBUTES.add("organizationsEnabled");
REALM_EXCLUDED_ATTRIBUTES.add("verifiableCredentialsEnabled");
REALM_EXCLUDED_ATTRIBUTES.add("adminPermissionsEnabled");
}