Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

ASP.NET Core Identity with Windows Authentication

How to use Roles in ASP.NET Core 2.1?

How to create an identity server for users without consent page?

Could we destroy/invalidate JWT token in Asp.NET Core?

Multiple Identities in ASP.NET Core 2.0

How to sign out other user in ASP.NET Core Identity

What is Asp.net Core 2.1 Identity's LockoutEnabled property actually for?

UserManager.CheckPasswordAsync vs SignInManager.PasswordSignInAsync

How should I access my ApplicationUser properties from ASP.NET Core Views?

Change routing in ASP.NET Core Identity UI?

Using AspNetUserTokens table to store refresh token in ASP.NET Core Web Api

NormalizedUserName VS Username in DotNet Core

How to mock UserManager in .Net Core testing?

How to load navigation properties on an IdentityUser with UserManager

How to return 401 instead of 302 in ASP.NET Core?

ASP.NET Core 2.0 JWT Validation fails with `Authorization failed for user: (null)` error

.NET Core 2.1 Identity get all users with their associated roles

.NET Core Identity vs IdentityServer4

How override ASP.NET Core Identity's password policy

Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager` while attempting to activate 'AuthController'