Top "Asp.net-identity" questions

The ASP.

Restrict access to certain API controllers in Swagger using Swashbuckle and ASP.NET Identity

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 swashbuckle
Why do ASP.NET Identity logins from one site get shared with different websites on the same machine?

I create a brand new web application say "WebApplication1" - WebForms with Authentication set to Individual User Account. I don't …

asp.net-identity
NormalizedUserName VS Username in DotNet Core

I'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-identity
Is there any way I can mock a Claims Principal in my ASP.NET MVC web application?

I'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 claims
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
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
How to check password manually in Asp.Net identity 2?

This 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-encryption
IdentityServer4 Role Based Authorization for Web API with ASP.NET Core Identity

I 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 identityserver4
AddEntityFrameworkStores can only be called with a role that derives from IdentityRole in .NET Core 2.0

I 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