Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Sync When Modifying Identifiers #1555

Open
2 tasks
dinesh2096 opened this issue Dec 12, 2024 · 0 comments
Open
2 tasks

Issues with Sync When Modifying Identifiers #1555

dinesh2096 opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@dinesh2096
Copy link

dinesh2096 commented Dec 12, 2024

We have the two case which needs to be handle

  • Case 1: When a user is created without an identifier, synchronization proceeds without any issue. However, if an identifier is added and then removed, the following error is encountered:
  • Case 2: When the user identifier is removed, but the identifier source remains, the following error is encountered.

env : staging
org : testdashseven

Steps to Reproduce:

For Case 1:

1.Create a user without an identifier.
2.Verify that synchronization works as expected.
3.Add an identifier to the user.
4.Remove the identifier.
5.Attempt to synchronize the user.

Observe the error. Refer the screenshot 1

For Case 2:

1.Create a user with an identifier user assignment and identifier source.
2.Remove the user identifier assignment but leave the identifier source intact.
3.Attempt to synchronize the user.

Observe the error. Refer the screenshot2

Screenshot 1:

Screenshot 2024-12-12 at 4 19 23 PM

Screenshot 2 :

Screenshot 2024-12-12 at 4 04 10 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: New Issues
Development

No branches or pull requests

1 participant