Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Can I modify claims in ASP.NET Identity with OWIN after calling SignIn?

HttpContext.SignInAsync vs. SigninManger.SignInAsync

c# asp.net asp.net-identity

ASP.NET Core - Scaffold Identity like MVC

Asp.Net Identity with 2FA - remember browser cookie not retained after session

How to get user context during Web Api calls?

Identity change GUID to int

int guid asp.net-identity

How to call Identity Server 4 with Postman for login

Creating Asp.net Identity user in Seed method of Db Initializer

AllowOnlyAlphanumericUserNames - how to set it? (RC to RTM breaking change) ASP.NET Identity

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

prevent users without confirmed email from logging in ASP.Net MVC with Identity 2

Check if a password is valid using ASP.NET Identity 2

asp.net asp.net-identity

Best practice for storing ASP.NET Core Authorization claims when authenticating users against Active Directory?

Adding external login with Identity Server 4 and ASP.NET Identity

Identity cookie loses custom claim information after a period of time

Restrict access until user has confirmed email link

Why is ResetPasswordAsync not working?

ASP.NET Core - Add role claim to User

ASP .NET Core Identity default authentication vs JWT authentication

How to configure confirmation email token lifespan in asp.net core mvc