Hi,
I have two customer sites and each has its own login criteria. I am using Active directory for authentication.authorisation.
In the login action class, when I say the following code, I am seeing all user groups irrespective of site context.
Set userGroups = currentUser.getParents(userGroupEntityType, false);
I want to to see site specific user groups only. any ideas, please.
-Sridhar