'Azure ADB2C - Authorization flow with PKCE not working from postman
I have created ADB2C tenant and registered application. When I try to get access token using 'Auth code with PKCE' flow from postman using steps mentioned here I am getting below error.
Permission granted:
UPDATE: Issue was resolved just by restarting postman tool. Could be related to some cache or cookies.
Solution 1:[1]
• I also followed the same link that you have posted in your question and entered the values as below to get the access token and the refresh token for the Authorization code with PKCE request through Postman and it was successful as it returned me the refresh token as well as the access token. I also gave the scope of the application created the admin consent for accessing the application’s API further which I also stopped getting any issues in Postman. Also, you can clear the cookies any time whenever you use the Postman for getting any new tokens through the Authorization code with PKCE method. Though, it was good for you that when you restarted the Postman application, it successfully worked. It might be because your Postman application was pending for a restart post background application updates.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | KartikBhiwapurkar-MT |









