I’ve had an issue using OAuth 2.0 tokens for the last couple months. Sometimes it works fine for weeks on end, but sometimes I am completely unable to generate new tokens within postman.
Steps:
- I’m using a 2015 MBP running High Sierra 10.13.6
- Open postman
- On a request, select
OAuth 2.0
as auth type, add data toRequest Headers
- Click
Get New Access Token
- Set fields…
- Token name:
sandbox
- grant type:
Implicit
- callback url: I’ve tried
https://www.getpostman.com/oauth2/callback
and a random localhost one - auth url: my custom oauth2 implementation url
- client id:
postman
- Client authentication:
Send as Basic Auth Header
- Token name:
- click
Request Token
- Login page loads, enter credentials, click
Login
- EXPECTED: login page to close and new token available in
manage access tokens
window - ACTUAL: login page simply refreshes. Re-attempting does the same thing
Restarting Postman does nothing. The only work around I have found is to wipe out my entire ~/Library/Application Support/Postman
directory and restart. This loses all local settings and I have to re-login. Not ideal.
Has anyone else experienced this and has a better work around? Am I doing something stupid?
cheers.
casey.