Hello Ronny,
Thank you for reaching out to Microsoft Q&A.
OIDCONFLICT error generally indicates an issue with how the user's identity is being managed or synchronized.
Please try below steps to resolve the issue :
- Check User Identity in Entra:
Ensure that the user’s identity in Azure Active Directory is correctly configured and that there are no duplicate accounts or conflicting identities.
- Go to the Azure portal and navigate to Azure Active Directory > Users.
- Search for the user and review their profile to ensure there’s only one user account with the same UPN (User Principal Name).
- Review and Resolve Identity Conflicts:
- The OIDCONFLICT error suggests there might be a conflict with the user’s Object ID (OID). In this case, you might need to resolve identity conflicts or synchronization issues.
- If the user has been synchronized from on-premises to Entra, ensure that the synchronization is correctly set up and that there are no conflicts.
- Remove the Duplicate User in Azure DevOps:
- Sign in to Azure DevOps with an account that has the necessary permissions.
- Navigate to your project and go to Project settings > Permissions > Users.
- Search for the duplicate entries, if found any then remove the conflicting one. Be cautious to remove the correct one to avoid disrupting access.
- Synchronize or Refresh Azure DevOps:
- After resolving the issue in Entra please synchronize or refresh Azure DevOps to reflect the changes.
- You can do this by waiting for automatic synchronization or manually updating user information if needed by running the command Start-ADSyncSyncCycle -PolicyType Delta
Please let us know if you need any further assistance.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Thanks,
Aditya