Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity-3

What is the different between System.IdentityModel.Tokens & Microsoft.IdentityModel.Tokens? Which one should I use in an ASP.NET Core application?

How do I tell UserManager.FindByNameAsync to include a relation?

Redirect Login to Controller Action

ASP.NET Identity 2 to 3

AuthorizationHandler and database dependency injection

Checking for one of multiple policies with Authorize attribute in ASP.NET Core Identity

Creating a new AuthorizationHandler/IAuthorizationRequirement that uses a service

What is the equivalent for IIdentityMessageService on ASP.NET Identity 3.0?

ASP.NET Core Identity - Extending Password Hasher

Get short claim type name

How to set PasswordHasherCompatibilityMode.IdentityV3 in ASP.NET 5 Identity?

Asp.Net core MVC6 How to initially add roles in Identity 3

Identity 3 SignInManager.PasswordSignInAsync() doesn't return any result

ASP.NET Identity (with IdentityServer4) get external resource oauth access token

How to change login url when using asp.net 5

Password reset token provider in ASP.NET core - IUserTokenProvider not found

How to set the cookie validateInterval in ASP.NET Core?

ASP.Net Core SignInManager lockoutOnFailure

Why this violates the constraint of type parameter 'TUser'?