Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Successfully implementing custom UserManager<IUser> in Identity 2.0

Deny all pages without login on Asp.net Web Forms with Identity Framework and Owin

Minimal WebAPI2 + OAuth with JWT implementation: 401 always returned

User.Identity.Name is null after local login

How to Logout user from a particular session Identity Server 4, .Net Core?

ClaimsIdentity in ASP.NET MVC 5

Web API and ASP.Net Identity with SQL Server and not LocalDB

asp.net-identity

Web API Bearer tokens - can I use custom tokens?

How is Owin able to set the Asp.Net Identity authentication cookies after the Application_EndRequest stage?

Use the same database for both my custom entities and identity context?

Identity 2.0 Reset password by Admin

Asp.net mvc identity SecurityStamp signout everywhere

userManager.FindByName does not return roles

Where is Microsoft.AspNet.Identity.Owin.AuthenticationManager in Asp.Net Identity RTM version?

asp.net asp.net-identity

How to use Transactions in ASP.NET MVC identity 2?

Authentication and authorization as a central MicroService ASP.NET

How to hold the cookies claims updated with MCV5/OWIN

Where does AspnetIdentity stores UserTokens?

AspNetCore unable to resolve service

How to mock UserManager<IdentityUser>