Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

Why should I define JwtBearerDefaults.AuthenticationScheme for my Authorize attribute always?

How can I have multiple Identity user types when using ASP.NET Core Identity and Entity Framework Core?

ASP.NET Core Get UserId after ExternalLoginSignInAsync

How to get Asp.net Core Identity User in View

How to mock UserManager in .NET Core with NUnit?

Identity Server 4 - Resource Owner Password Grant and Google Authentication

Warning: The foreign key property 'ApplicationUserRole.RoleId1' was created in shadow state

Cannot access a disposed context instance

ASP.NET Core Identity in a Web API

How to sign out a user in ASP.NET Core Identity

UserManager.FindByEmailAsync returns null, but the user exists in the database

ASP.NET Core Identity - Creating user "manually" and providing password hash - How to generate hash correctly?

ASP.NET Core 3.0 Identity doesn't add any authentication data to my browser

Identity Role is not getting added to user

Problem with method VerifyTwoFactorTokenAsync() in net core identity 2.1

c# asp.net-core-identity

Problem running project after Identity scaffolding in ASP.NET Core MVC project on Linux