Hello,
So, you need to integrate this application which you are trying to connect using POSTMAN using “Webservice Connector”.
Now, inside the webservice connector type application, in HTTP operations page, you have to create 2 operations,
- Custom Authentication
- Account Aggregation.
In the “Custom Authentication” method, you have to pass the details as below.
In the Body section, lets say you are creating the access token using client id and client secret, then, provide all the parameters as provided by you when you successfully connected to the respective application using POSTMAN. Example as below.
Then, capture the access token in the responses as shown below.
Once custom authentication HTTP method is configured successfully, then, in the account aggregation method, perform the following configurations. Pass the authorization token in headers as shown below.
(You need to pass the access token variable which you returned in the response section of “Custom Authentication” method)
Also, make sure that in the connection settings, you are selecting authentication type as “Custom Authentication” only for which you created the HTTP Operation named as “Custom Authentication”. Refer the below screenshot for your reference.
hIn this way, whenever the aggregation will be performed, the SailPoint ISC will call the “Custom Authentication” method only which will eventually create the “access token” using your client credentials as provided by you in body of “Custom Authentication” method.
Try the above approach and let us know.
Thank You,
Regards,
Rohit




