I have an issue with the standard ASP Identity provider for MVC5. As soon as I log in the method:
await SignInManager.PasswordSignInAsync(model.Email, model.Pass
SignInManager.PasswordSignIn works off of user name, you should double check that the user name is the same as the email you are passing in.