For the first time I\'m creating Authorization in ASP.NET Core. I used tutorial from here TUTORIAL
The problem is when I sending request from postman:
Solution for me was check the correctly order of middle-wares and other stuff in Configure method of Startup. Generally app.UseMvc();
app.UseMvc();