Duplicate account is getting created after rehire

This is what I am assuming is happening.

When the account goes back to active you are generating a new unique ID and sAMMAccount name. It sounds like you need to add a check to see if the generated sAMMAacount name already exists on the identity and if so don’t regenerate it. On our side the sAMMAccount name is the same as the HR employee ID so it’s going to be the same if the user returns.

In the first column you see the identity linked, or see uncorrelated? (Sometimes I have saw “identity with exceptions” or something like that)

the rehire scenario is working fine for less than 6 months users account and not for more than 6 months so why the correlation is not working here?

Is it not generating a new ID for less than 6 moths?

You would have to dig into your code to look at when and how it’s generating the ID.

1 Like

We found there is 24hrs delay in old account to get correlated will check to see how we can fix and where.
Thanks for the help

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.