How to call JHipster (Spring) OAuth2 Rest server using Postman Authentication helpers
问题 Postman has Authentication helpers to help with authenticated calls and I'm trying to use the OAuth 2.0 helper to call a REST server created by JHipster using Spring (Security, Social, etc). I've tried a lot of configurations, this is the screen (client ID and Secret were masked): For the Authorization URL I've tried: http://127.0.0.1:8080/oauth/authorize http://127.0.0.1:8080/#/login (the app's login route) The closer I get from receiving a token back to Postman is: I don't know why it's