I am using postman to get new access token. I got access_token and id_token without any issues when I filled out all information on that page - popup for Get New Access Token.
I used that id_token to execute some GET api and they all worked fine. But when i used the same id_token for POST or PUT requests, I get 403 forbidden error.
My application is fine with GET, POST, PUT requets but since I wanted to test all APIs using postman so i can pass those around and that’s when I got these errors.
Can you please let me know.
Saurabh Shah