Adding/removing group members from a group is showing a different behavior between Madrid and Orlando ("User is not authorized to perform this action")DescriptionThe user reported seeing a difference in behavior in trying to add or remove members from a group in Madrid (working) vs. Orlando (not working) and wanted to know what was causing the discrepancy.ResolutionThis difference in behavior can be due to the AssignableByRoleAccessHandler (back-end java code). If any of the roles present in the group are scoped roles, and for such roles: - If the user assigning the group does not have the Assignable by role of any of the roles and it's sub-roles - If the roles in the group or any of the roles or its sub-roles have the Assignable by field empty.The way the user was able to resolve this was to: - Make sure the user assigning the role is a member of the Assignable by role - Make sure that the Assignable by role is not empty for every role in the group and its sub-roles