Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Customised IdentityUserRole primary key

"No IUserTokenProvider is registered" when using structuremap dependency injection

Roles vs Claims Authorization Asp.net web api-2 with WIF and OWIN Middleware

Unit testing Entity Framework 6 with IdentityDbContext

Can`t login with seeded database configuration using asp.net identity

Can i add new custom tables inside my aspnet database inside asp.net MVC-5 project

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

Asp.Net Identity: invalid_request on redirect when calling REST function GetExternalLogin

Extending IdentityRole and IdentityUser

ASP.NET Identity and mobile clients

Why is SignInAsync asynchronous?

Variable cookie path with ASP.NET Identity

Getting an error while going to reset password

How to set the valid time for a password reset link generated with asp indentiy

How to make one-to-many relationship with asp identity users

How do you manually set a logged in Identity User?

c# asp.net asp.net-identity

My IUserClaimsPrincipalFactory implementation is causing StackOverflowException on IdentityServer4

How does OnValidateIdentity ASP.NET Identity work

Using ASP.NET Identity in an ASP.NET Core MVC application without Entity Framework and Migrations

How to add claims to the HttpContext User on sign in