I’m a beginner with JS/TS development, so sorry if this question is very basic. I’m trying to create a SaaS connector that calls IdentityNow’s APIs for some automation tasks leveraging our TypeScript SDK.
In the SaaS connector, I will get the apiUrl, clientID and clientSecret through the source config. Does anyone have an example of programmatically configuring the api client, then perhaps calling one of the V3/Beta APIs?
Thanks Animesh! Yes I saw Fernando’s example and I am keeping it as my plan B. Was hoping I would be able to use our TypeScript SDK instead of having to build the API calls manually using Axios.
Perfect! Thanks Edwin, this is exactly what I was after.
Just testing and it works Creating the ConfigurationParameters is what was missing on my side as the SDK seemed to be still pulling some environment details from sailpoint-cli.