We have a requirement to writeback username and workEmail to SuccessFactors (Authoritative Source). Currently, only below attributes are available for attribute sync OOTB. How can we add additional sync attributes to the application? I have tried using the postman API: put-source-attr-sync-config | SailPoint Developer Community. But the changes are reflecting back after some time. Seems that, this API is still under development.
This is just for joiner flow. Is it feasible to somehow hit the API inside within the joiner workflow?
Also, unique username and email will be generated during the account creation of AD. Just curious to know, how are you currently fetching these details and sending to target applications. And how can we manage the order in the joiner workflow, like to provision one after another application.
Attributes you want to use for attribute sync must be defined in the create profile/create account provisioning policy. Even if you aren’t populating them there, they must be defined there to show up in attribute sync
The needed attributes are already available OOTB, and these are not being visible in Sync Profile.
Please check SuccessFactors SAAS connector and help me out.
Additionally, any suggestion on the below point?
Also, unique username and email will be generated during the account creation of AD. Just curious to know, how are you currently fetching these details and sending to target applications. And how can we manage the order in the joiner workflow, like to provision one after another application.