Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

What is the replacement for Cookies.ApplicationCookie.AutomaticChallenge = false in ASP.NET Core 2.0 Identity?

Populating AspNetUserLogins and AspNetUserTokens

UserManager throws exception - Unable to track an entity because primary key property 'Id' is null - after upgrading from .Net Core 2.2 to 3.0

ASP.NET Core Identity 2.0 SignoutAsync is not logging out user if the user signed in with Google

Asp.net Core Identity unit test controller actions

Role Based Authorization for Web API with IdentityServer4

Migrate existing Microsoft.AspNet.Identity DB (EF 6) to Microsoft.AspNetCore.Identity (EF Core)

What's the difference between the Microsoft identity platform and ASP.NET Core Identity?

ASP.NET Core Identity Authorization using Parameter for Team Membership

Change Id type of asp.net core 2.2 IdentityUser

IServiceCollection does not contain a definition for AddDefaultIdentity

Error on Restoring AspNet Identity Core Package

ASP.NET Identity UserManager UpdateAsync Removing Roles

ASP.NET Core Invalid Password Reset Tokens

AuthorizationContext vs AuthorizationHandlerContext in .NET Core

How to confirm a phone number in ASP.Net Core 1.1MVC

ForbidAsync Vs ChallengeAsync why and when to use them

asp.net core identity - Id column is nvarchar(450) - why?

Refreshing claimsPrincipal after changing roles

Authorize user based on API-key supplied in request header in ASP.NET Core