Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

ASP.NET MVC tries to load older version of Owin assembly

Identity Authorize Attribute Roles with Web API

How do you disable HTTPS in ASP.NET Core project with Identity?

IIdentity.Name versus IIdentity.GetUserName() extension method

asp.net-identity

ASP.NET Identity - Error when changing User ID Primary Key default type from string to int AND when using custom table names

Manually validating a password reset token in ASP.NET Identity

How to implement a NoSQL Identity provider for ASP.NET 5 MVC 6 [closed]

SignalR ASP.NET MVC5 Identity

Accessing HttpContext and User Identity from data layer

ASP.NET Identity Confirmation Email Is Plain Text Instead of HTML

UserManager.CreateAsync is not adding user to the database

How to change ".AspNetCore.Identity.Application" cookie expiration?

Issue with username validation message in asp.net identity

How secure is ASP.NET Identity session cookie?

Allow user to log in with either Email OR UserName (AspNet.Identity)

Customize Bearer token JSON result in ASP.NET WebApi 2

How to check if user already exists on client-side in ASP.NET MVC 5?

How to change default error messages of MVC Core ValidationSummary?

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

How is Identity.EntityFramework OnModelCreating called