The ASP.
So, I started using Swagger. I'm absolutely in love with it's features, but I have some doubts on availability of …
asp.net asp.net-identity swagger swagger-ui swashbuckleI create a brand new web application say "WebApplication1" - WebForms with Authentication set to Individual User Account. I don't …
asp.net-identityI'm trying to create a custom implementation of IUserLoginStore for MongoDB and I noticed when using UserManager<ApplicationUser> …
asp.net-identity asp.net-core-mvc asp.net-core-identityI've got some ASP.NET MVC controller code that checks if a user is authenticated and if so, it checks …
.net asp.net-mvc asp.net-identity claims-based-identity claimsHow 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-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-2This might actually be more of a conceptual question. In Asp.Net Identity the PasswordHasher generates a different hash for …
asp.net hash asp.net-identity asp.net-identity-2 password-encryptionI am using IdentityServer4 with .Net Core 2.1 and Asp.Net Core Identity. I have two projects in my Solution. IdentityServer …
c# asp.net asp.net-core asp.net-identity identityserver4I have changed a project from the .NET Core 1.1 to 2.0 version, but I'm getting an error from the Identity, when …
asp.net-core-mvc asp.net-identity .net-core asp.net-core-2.0