Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity-3

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'?

Identity 3.0 Getting a user by id when the id is "int"

Create claims identity in Identity 3

How to get current UserId in Identity 3.0? User.GetUserId returns null

Update Claims values in ASP.NET One Core

userManager.AddToRoleAsync() - Error: role does not exist

Does SignInAsAuthenticationType allow me to get an OAuth token without overwriting existing claims?