Top "Asp.net-identity-2" questions

The second release of the ASP.

ASP.NET Identity 2 Remember Me - User Is Being Logged Out

I am using Identity 2.1 in my MVC5 app. I am setting the isPersistent property of the PasswordSignInAsync to true to …

c# asp.net-mvc-5 remember-me asp.net-identity-2
Manually validating a password reset token in ASP.NET Identity

I would like to manually validate a password reset token in ASP.NET Identity 2.0. I'm trying to create my own …

asp.net-mvc asp.net-identity asp.net-identity-2
Password Recovery in ASP.NET MVC5

I am working in an ASP.NET MVC 5 application. Users are able to register and login without any issues. However, …

c# asp.net-identity-2 asp.net-mvc-5.1
OWIN Bearer Token Authentication

I have some questions related to Bearer Token. In Owin you can protect a ticket Protect(ticket) like this: ClaimsIdentity …

c# oauth-2.0 owin asp.net-identity-2 bearer-token
Creating users with no password using ASP.NET Identity

I have been given the requirement to provide the ability to create users through the UI with no password. I …

asp.net asp.net-identity-2
Web API 2 identity. /Token Always return 404 error

I have some problems with adopt Web API 2 Identity. In project. I add StartUp.cs Like this: using Microsoft.Owin; …

asp.net asp.net-web-api2 asp.net-identity-2
How can customize Asp.net Identity 2 username already taken validation message?

How can i customize Asp.net Identity 2 username already taken validation message(Name XYZ is already taken.)? Thanks

asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity asp.net-identity-2
What algorithm Asp.net Identity uses to encrypt the password?

What kind of algorithm does Asp.Net Identity framework use to encrypt the password? I have a scenario where android, …

asp.net-mvc algorithm encryption asp.net-identity-2
asp.net identity 2.0 unity not resolving default user store

i get the following exception when trying to configure Unity using Unity.Mvc5 with an MVC 5 application using Identity 2.0 and …

asp.net-mvc dependency-injection unity-container asp.net-identity asp.net-identity-2
How to login using email in identity 2?

In MVC5 Identity 2 SignInManager.PasswordSignInAsync take user name for login. var result = await SignInManager.PasswordSignInAsync(model.Email, model.Password, model.…

asp.net-mvc asp.net-mvc-5 asp.net-identity identity asp.net-identity-2