Skip to content

Commit

Permalink
Fix hybridRoleManager initialization issue
Browse files Browse the repository at this point in the history
Initialize hybridRoleManager from all methods
Fixes /issues/3063
  • Loading branch information
GDLMadushanka committed Dec 22, 2023
1 parent 954f503 commit a1a35de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ public FileBasedUserStoreManager(RealmConfiguration realmConfig, Map<String, Obj
this(realmConfig, tenantId);
this.claimManager = claimManager;
this.userRealm = realm;
doInitialSetup(true);
}

public FileBasedUserStoreManager(RealmConfiguration realmConfig, int tenantId)
Expand Down Expand Up @@ -442,7 +441,7 @@ public FileBasedUserStoreManager(RealmConfiguration realmConfig, int tenantId)
if (writeGroupsEnabled) {
readGroupsEnabled = true;
}

doInitialSetup(true);
}

/**
Expand Down

0 comments on commit a1a35de

Please sign in to comment.