I am working on creating a new AD account (secondary Application Link) on an identity. I was able to get the account created by provisioning an AD group from that domain, but every request is “failing” because it is unable to update attributes.
I have a provisioning policy set up which returns the FirstName, LastName, and Description with the following logic: return identity.getFirstname();
Is there a different way I need to configure this?
What is the error you are getting while provisioning?? are you trying to create the secondary account also in the same domain?? if yes, it will give you an error. Are you getting constraint violation error?? If not can you please share the error ??