Im developing an MVC 5.0 .ASP NET app. Im using Identity to authorize users. I've added another method to AccountController where user can log in with Token. After 'signing in' in my method instead of rendering chosen view application redirects to default login method. When you type mysite/home/ it shows that user is logged in. I can't find when the redirect to Login is made. Any ideas how to fix this?Im developing an MVC 5.0 .ASP NET app. Im using