Automatic Cookies Challenge in dotnet core not working

I recently have tested the authorization part of dotnet core. I used the version Microsoft.AspNetCore.Authorization 1.1.0. Everything worked great until I came to the part where I implemented and tested the redirect to the login page of an unauthorized user. When I was not logged in with a user I should have automatically been redirected […]