The second release of the ASP.
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-2I 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-2I 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.1I 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-tokenI have been given the requirement to provide the ability to create users through the UI with no password. I …
asp.net asp.net-identity-2I 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-2How 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-2What 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-2i 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-2In 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