Skip to content

Commit

Permalink
organizationEnabled and verifiableCredentialsEnabled attributes a…
Browse files Browse the repository at this point in the history
…re present as attributes in an export

Closes keycloak#35052

Signed-off-by: vramik <[email protected]>
  • Loading branch information
vramik authored and pedroigor committed Nov 29, 2024
1 parent f043beb commit 3c2e531
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 3c2e531

Please sign in to comment.