The ASP.
I am looking for a way to disable the user instead of deleting them from the system, this is to …
asp.net asp.net-identityI am learning MVC5 identity authentication and was reading materials on www.asp.net. I have a few questions here. …
asp.net asp.net-mvc-5 asp.net-identityQuestion How do we use a bearer token with ASP.NET 5 using a username and password flow? For our scenario, …
c# asp.net oauth asp.net-identity asp.net-coreI use ASP.NET Identity 2 in an MVC 5 project and I want to update Student data by using UserManager.Update() …
c# asp.net-mvc asp.net-identity automapper asp.net-identity-2The default Identity provider provided in ASP.NET 5 has very strict password rules by default, requiring a lower case character, …
c# asp.net asp.net-mvc asp.net-identity asp.net-core-mvcI'm using asp.net Identity 2.0 for users to log into my website, where the authentication details are stored in an …
c# .net asp.net-mvc asp.net-web-api asp.net-identityI can create users in the old way: var users = new List<ApplicationUser> { new ApplicationUser{PasswordHash = hasher.HashPassword("…
c# .net asp.net-identity seed asp.net-mvc-5.1We have an existing application that was build on ASP.NET MVC 4 & Web API. The admin parts of the …
c# asp.net-mvc simplemembership asp.net-mvc-5 asp.net-identityI am currently upgrading my login process for Google to use OAuth before they depricate their OpenID login method. The …
asp.net-mvc oauth asp.net-identity owin google-authenticationI created an ASP.NET MVC 5 Application using Visual Studio 2013 Update 2. In the application, I have an Account controller. It's …
asp.net asp.net-mvc entity-framework asp.net-mvc-5 asp.net-identity