Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

New ApplicationDbContext() vs HttpContext.GetOwinContext().Get<ApplicationDbContext>();

ASP.NET Web API with OAuth2 - "Remember this browser" when using two factor authentication

ASP.NET-Identity: how to limit UserName length?

Extending ASP.NET Identity 2.0

Microsoft ASP.NET Identity - Multiple Users with the same name

Verify Access Token - Asp.Net Identity

User.Identity.IsAuthenticated always false after PasswordSignInAsync gives success

ASP.Net Identity and IdentityServer4 Claims

.Net Core Custom Authentication using API Keys with Identity Server 4

Multiple user type Identity - DbContext design

AspNet Identity 2.0 Email and UserName duplication

How do I stop using ASPNETDB.MDF in LocalDB?

Is it possible to use an external Identity Provider in a Web API with ASP.NET 5?

ASP.NET Core 2.0 unable to check if user is in role properly in Razor view or controller [authorize] annotation

using IOC container with IdentityFactory Middleware

c# asp.net-identity

Why does default MVC site use async ASP.net Identity?

ASP.NET Identity External Providers Web API without cookies

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

Where is the site.css file located for Identity?

Abstracting asp.net mvc identity from UI layer