ISC integration

Hi,

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}}

Content-Type: application/json

Pls advice?

@rahulb635

How are sending the token in postman ? In body or in header ?

Hi Sidhart, its pasted as is in the body only.

@rahulb635
Help me with the following :

  • Headers , context url and Body that you are sending from SailPoint
  • Headers , url and body that are used in postman .

Rahul - Please check below bold point.

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.

This is interesting. Not sure why it is not working in SAAS connector

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