Hi everyone,
I’m facing an issue in ISC while onboarding two identities that have the same first name and last name (e.g., Test User).
We have a birthright role configured using role assignment criteria, which provisions accounts in Active Directory. The CN/DN naming convention is defined as:
$(firstname)$(lastname)$(uniqueCounter)
-
For the first identity, the account gets created successfully (e.g.,
testuser) -
For the second identity:
-
Provisioning fails with an “object already exists” error as it tries to create account with same CN (e.g., testuser for both)
-
The system does not retry with an incremented
uniqueCounter -
No alternate CN (like
testuser1) is attempted by System on failing even though Role is still assigned to failed identity.
-
What i was expecting was that both identities should be provisioned successfully with unique CNs, such as:
-
testuser -
testuser1
It seems that even though $(uniqueCounter) is part of the naming logic, ISC is not handling CN conflicts dynamically or retrying with an incremented value when a duplicate is detected in AD.
Has anyone encountered this behavior before?
-
Is there a way to enable retry or auto-increment logic for
uniqueCounter? -
Do we need to implement a before-provisioning rule to handle CN uniqueness manually?
-
Are there any best practices for handling duplicate names in AD provisioning via ISC?
