Hi,
I’m looking for documentation and guides for how to set up attribute sync on an authoritative source but are having trouble finding any information of how to do it.
We read attributes from the auth source but for some of the attributes, if they are empty, we will trigger a creation of the value for the attribute. We then want to write it back to the authoritative source. We are using the standard Web service connector.
As I understand it you should set it up under Accounts → Attribute Sync on the source. But since we do not create accounts on the source there are no attributes to choose from in that view. Someone said that this could be solved with the help of the Sailpoint ISC API. But how?
Thankful if you could point me in the right direction =)
Do you have update user account API of your authoritative source. then configure http update account operation in authoritative source for write back.
Write a Webservice Before Operation and validate attributes requested for write back. if any attribute value getting null for write back or update account then ignore that, and which attribute contains values update only those attributes.