I trying to get access token for my app from Postman. I followed Add Login Using the Authorization Code Flow with PKCE and was able to get the access_token from browser. This token is in line with our expectations.
I am trying to automate this with Postman using the steps mentioned in OAuth 2.0: Implicit Flow is Dead, Try PKCE Instead | Postman Blog . The access token from postman is differen and jwt says invalid signature, but the id_token is same. Could you shed some light what i might be doing wrong. Attached the postman script images to Get New Access Token.
Hi Gurus, I tried the postman collection Collection Web View | Postman with postman v8.11.x and v7.36.5 but still no luck. Could any one help with this?
I was able to get this working in Postman using Authorization Code with PKCE. The key is to pass the “audience” in the Auth Request section and change the “Client Authentication” value to “Send client credentials in body”.