Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

ASP.NET Identity, Register manual added user without deleting him

Asp.Net Identity 2.0: The entity type User is not part of the model for the current context

.Net Core 2.0 Web Api circular dependency after moving database context to DAL class library

Invalidate user in Identity Core when roles/account changes

ASP.NET Identity CultureAwaiter Code

Resetting password isn't working when it's called from a sent email net core identity

How to authorize a user to only see his own records with asp.net Identity 2.0

How to customize ".NET 8 Identity" routes - MapIdentityApi

Custom Role with .NET Core 3 Azure AD Authentication

@context.user.identity.name is null when using .mapuniquejsonkey

Can I create multiple identity tables in ASP.NET MVC?

OIDC together with Asp.net core Identity?

Should I have my site's ASP.NET Identity database separate from my site's "other data" database?

MVC5 DataContext Best Practice?

ASP.NET Identity editing logged in user's data?

ASP.NET MVC5 Identity Customizing

List all the Claim types stored in the System.Security.Claims.ClaimTypes in C#

ASP.NET Core Identity - UserClaims, UserRoles and RoleClaims

Why can't I run async code as synchronous [duplicate]