User Account not shwoing in Azure Metaverse - Azure Sync Issues
Issue:
One user was not syncing to Azure AD from AD.
Outcome:
Found that the user had been joined in the MV to another user and had to have
their immutableID corrected to get the AD user matched back to their AAD
object.
Troubleshooting:
- User had previously been synced to AAD, so
the matching AAD object still existed in AAD, but was no longer connected
to the AD object for that user. The AAD object for this user had become
orphaned.
- Sync Server Manager Metaverse search showed
that users's account had become synced with another user's account and the
affected user's immutableID (msDS-ConsinstencyGuid) had been changed in AD
to match the wrong AAD user.
- In order to separate the user's AD object
from the incorrect user in AAD, we first pulled the user out of their
syncing OU, ran a sync, and then put them back into their original OU and
ran another sync; this was to un-sync the user from the incorrect user in
AAD, so that we could then re-sync them to the correct object in AAD.
- Then, in order to re-match the user to the
correct AAD user object, we pulled the immutableID from the AAD user
object, converted it to hex, then cleared the msDS-ConsistencyGuid from
the user object in AD and added the hex from the immutableID of the
correct AAD Object to the msDS-ConsistencyGuid attribute of the AD user
object.
- We then ran another sync and confirmed that
the user's AD object had successfully re-matched up with the same user's
AAD object.
Please let us know how things progress after updating AD and
discussing with your HR Team. Let us know if you have any further issues or
questions and we'd be happy to help.
Comments
Post a Comment