I have the following MVC controller
[AllowAnonymous] public class LoginController : Controller { public LoginController() { } [HttpGet] [