I have an ASP.Net MVC5 application, using the Identity \"out of the box\" template, as per ASP.Net Identity 2.0.0. I need to upgrade it to use the newer code that is in the
I think your login action is missing [AllowAnonymous] attribute.
[AllowAnonymous]