Top "Asp.net-identity" questions

The ASP.

How to Construct IdentityResult With Success == true

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-mocks
AddIdentity() fails "InvalidOperationException: Scheme already exists: Identity.Application"

I'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.0
The AspNetUserLogins table Identity

What 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-identity
Register IAuthenticationManager with Unity

I'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-identity
Dotnet core 2.0 authentication multiple schemas identity cookies and jwt

In 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 jwt
How to plug my Autofac container into ASP. NET Identity 2.1

I 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 owin
ASP.NET Identity record user registration and last logged on time

I'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-identity
Add claims when creating a new user

I 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-3
Get Role name in IdentityUserRole 2.0 in ASP.NET

Before 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-roles
Correlation failed. at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler during OIDC authentication

I 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