Remove the user has role validation

add_scope_mdm
Nishan Sangeeth 1 year ago committed by pasindu
parent da6f7158cf
commit 50beae1bf8

@ -3614,13 +3614,6 @@ public class ApplicationManagerImpl implements ApplicationManager {
log.error(msg);
throw new ApplicationManagementException(msg);
}
if (!hasUserRole(unrestrictedRoles, userName)) {
String msg = "You are trying to restrict the visibility of the application for a role set, but "
+ "in order to perform the action at least one role should be assigned to user: "
+ userName;
log.error(msg);
throw new BadRequestException(msg);
}
}
Filter filter = new Filter();

Loading…
Cancel
Save