The ASP.
I have a class with Microsoft.AspNet.Identity.UserManager injected, and I want to expect the userManager.CreateAsync(user, password) …
c# asp.net-identity rhino-mocksI'm trying to add facebook login to my .NET Core 2.1 site I'm following this , guide and more specific, this (for …
asp.net-identity asp.net-core-2.0What is the AspNetUserLogins for? Is It to store the logins from the user? How can I then update this …
c# asp.net-mvc entity-framework asp.net-identityI'm using Unity for Dependencies Injection and using Identiy Provider to manage the user login, register, email confirmation, etc. When …
c# unity-container asp.net-identityIn dotnet core 1.1 asp, I was able to configure and use identity middleware followed by jwt middleware by doing the …
asp.net authentication asp.net-identity .net-core jwtI have been looking into the new features of the new version of ASP.NET Identity 2.1 and one of its …
asp.net asp.net-mvc asp.net-identity owinI'm migrating an ASP.NET website from the old Membership provider to ASP.NET Identity 2 I noticed that user registration …
c# asp.net asp.net-mvc asp.net-membership asp.net-identityI am creating a new User using ASP.NET Core Identity as follows: new User { Email = "[email protected]", Name = "…
c# asp.net-core asp.net-identity asp.net-identity-3Before the update of the dll's in the Entity Framework i was able to do this user.Roles.Where(r =&…
c# asp.net-mvc asp.net-identity asp.net-rolesI am hitting this with the following combination: 1) Browser incognito mode (Chrome) 2) Application is behind Azure application gateway (no repro …
c# asp.net-core asp.net-identity openid-connect azure-application-gateway