How can we use Inherit Auth from parent in web service connector?

How can we use Inherit Auth from parent in web service connector? I am using no/custom authentication and authentication logic is there in before provisioning rule but how can we implement for other endpoints which is inheriting auth from parent?

Hi Amrit,
Is there any reason to do authentication in before provisioning rule instead of using Custom Authentication option on the connector itself?


if you use it there then it’s simple as access token is stored in the application and you can just use it whenever you want.

Also here some more details if needed
https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/idn_config_for_custom_authentication.html

I have an authentication POST endpoint which has request body which has username, password, apikey and timestamp. Apikey is the combination of static apikey and current timestamp with some custom logic. Timestamp is current timestamp. That’s why have to use before operation rule.
So, if this parent endpoint gets authenticated then only I’ll be able to access other endpoints.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.