I have a JWT token generated by code outside. I have used the token in postman and I could get relevant correct data . But when I use custom authentication while configuring, and in Body I paste the key, it is throwing 403 error and saying request signature is invalid. Do I send the key like below:
Authorization: Bearer {{access_token}}
If the HTTP response is 403 Forbidden, this is an indication that the access_token is valid, but the user you’re running as doesn’t have access to this endpoint. Check the user’s associated access rights.
Guys sorry, the challenge is it didnt work with webservicee SAAS connector but same thing worked in webservices connector. some sailpoint issue I guess.