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:
for .NET CORE 3.0 or higher user this order in "configure" located in StartUp.cs
app.UseRouting(); app.UseAuthentication(); app.UseAuthorization();