SailPoint ISC: - Automated feed file extraction from connected and upload to disconnected source

I am trying to configure UARs on a disconnected source; however, a directly connected source is also available. We want to perform UAR on this application without involving the JML process. I am exploring options to automatically extract a feed file with certain attributes from the connected source and upload the feed files to the disconnected source. Has anyone explored this?

I’m sure it can done for connected-to-connected sources, but I haven’t explored connected-to-disconnected sources.

One way to achieve this is through the use of REST APIs invoked from scripting tools like powershell.

First use the List Accounts API to get a list of accounts from a specified source, which in your case will be the direct connected source.

Then, transform the json response to a csv format of your choice and save the csv on the script’s host server to a designated folder. Then, either through File Upload Utility or by triggering manual aggregation via APIs, pull the data into the disconnected source. I would recommend using the utility as it will keep your script modular and easier to maintain.

1 Like