spring-security-tutorial icon indicating copy to clipboard operation
spring-security-tutorial copied to clipboard

OAuth via Postman doesn't work

Open FernandoDiCostanzo opened this issue 3 years ago • 1 comments

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 :

  1. Retrieve a token from the oauth-server via the oauth2 form of postman image

  2. 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 image

Some hints to deal with it ?

FernandoDiCostanzo avatar May 11 '22 15:05 FernandoDiCostanzo

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

smitppatel35 avatar Jun 02 '22 07:06 smitppatel35