spring-security-tutorial
spring-security-tutorial copied to clipboard
OAuth via Postman doesn't work
Hi, I was using the application and i noticed that the flow works perfectly via web, but using postman it seems to not work properly :
-
Retrieve a token from the oauth-server via the oauth2 form of postman

-
Then i tried to pass the genereted token in the header to perform an authorized rest call to the end point and i always get a 401 error

Some hints to deal with it ?
I have faced the same issue with port 8080, but with port 8090 (which is the resource server port in my case) it works fine