We are dealing with a chained provisioning request, the goal being to create successively an AD account and an AD LDS userProxy account associated with the just created AD account.
The AD account SID is retrieved just after creation and given in AD LDS userProxy account creation input. Unfortunately, the userProxy account creation fails given that the SID validity is checked against a different DC than the one referenced for AD account creation.
Is there any way to disable the validity check and force a (not yet known on AD LDS side) SID value in the userProxy creation?
If not, what is the preferred way to deal with this kind of problem? Without clue about the DC being requested by the AD LDS for the SID check, waiting for a certain time (for DC replication) does not seem very reliable (how much time?), and lenghten the process duration. Restricting the DC (if it is even possible) on which the AD LDS SID check is performed seems to be too restrictive for the AD LDS admin guys.