Skip to content

Commit

Permalink
Merge pull request #3576 from DedunuKarunarathne/delete-role
Browse files Browse the repository at this point in the history
Remove clear role authorization from deleteHybridRole
  • Loading branch information
DedunuKarunarathne authored Sep 11, 2024
2 parents ff9b535 + db091bc commit 74ddade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public void deleteHybridRole(String roleName) throws UserStoreException {
roleName = UserCoreUtil.addDomainToName(roleName, UserCoreConstants.INTERNAL_DOMAIN);
}
// also need to clear role authorization
userRealm.getAuthorizationManager().clearRoleAuthorization(roleName);
// userRealm.getAuthorizationManager().clearRoleAuthorization(roleName);
}

/**
Expand Down

0 comments on commit 74ddade

Please sign in to comment.