cornflourblue/aspnet-core-jwt-authentication-api

404 Unauthorized Error with Postman and Angular

apraveen25 opened this issue · 2 comments

I am getting unauthorized error while testing with Postman

image

image

I fixed this issue by updating Authorize atttibute like below...

[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]