-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.7.4
-
Component/s: Project Administration - Users and Roles
The ProjectRoleAndActorStore is using a view which joins on the os_membership table to find group membership. This is bad when you are integrating with a tool, such as Crowd, which manages groups externally. We should instead find the groups from the user object and perform an IN select (where user in groups).
- is detailed by
-
JRASERVER-12245 Crowd integration support
- Closed