aspnet-core-jwt-authentication-api
aspnet-core-jwt-authentication-api copied to clipboard
404 Unauthorized Error with Postman and Angular
I am getting unauthorized error while testing with Postman


I fixed this issue by updating Authorize atttibute like below...
[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]
Try http://localhost:62062/Users/ instead of http://localhost:62062/Users/GetAll