Title
Fix duplicate user entries in RoleSync user list
Description
The updated RoleSync steps currently populate the user list using the Object ID instead of the corresponding user name. As a result, the user name and Object ID comparison does not match correctly, which can lead to duplicate or misleading entries in the generated user list.
There is currently no functional impact, but the output may be confusing for users and could also result in incorrect interpretation at the code level.
Proposed Fix
- Use the Object ID as the unique identifier when comparing users.
- Resolve and map each Object ID to the corresponding user name for display.
- Ensure duplicate users are not added to the RoleSync user list.
Acceptance Criteria
- Users are compared using their Object IDs.
- Each Object ID is displayed with the correct user name.
- No duplicate user entries are generated.
- Existing RoleSync functionality remains unaffected.
- Relevant test cases are added or updated.





0 comments:
Post a Comment