Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

How to actually implement Roles in Blazor WebApp and Identity?

EF 6 - Invalid column name 'Discriminator', two DbContexts

How to get user's attributes from Identity in Blazor Server with organization authentication

Using Both Active Directory Authentication and Individual User Accounts in .NET Core

Blazor WebAssembly 401 Unauthorized even when I am authorized

AWS DynamoDB with ASP .Net Core 3.1.0 Identity 2.2.0

Is there any way to use SignInManager<User>.PasswordSignInAsync in .NET Core 3.1 console app?

AspNet Core - Settings `NameClaimType` and `RoleClaimType`

JWT authorization with roles in Identity Core

Using Interfaces with UserManager on Moq

Understanding MVC5 UserClaim Table

.NET Core identity multiple User types

How to get user claims after signin through SignInManager in ASP .NET CORE Identity?

ASP.NET Core Identity, How to override IdentityRole Name unique index? I want to store duplicate name with respect to tenant

Registration with .NET Core Identity name field error - "User name '' is invalid, can only contain letters or digits."

How do I get the Google/Facebook first name/surname in ASP.NET Identity?

Transferring react client-side google sign-in to ASP.NET server-side