Custom authentication in webservices

Hi @Nadim

Accoding Sailpoint documentation

When Authentication Method is selected as No/Custom Authentication it means that Web Services would fetch the authentication details for all other endpoints

If access token is retrieved in the response, you should retrieve token in the following way: “$application.-your key-$”

You can get more information about custom authetication using this link:

Custom Authentication (sailpoint.com)