Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

How to set JwtBearerOptions dynamically?

ASP.NET Identity in Domain Driven Design Architecture

ASP.NET Core 7 Identity - Custom User, Role, and PK Type

'AuthenticationBuilder' does not contain a definition for 'AddMicrosoftIdentityWebApp'

ASP.Net Core MVC Identity - Add temporary (session) claim

In OpenID Connect with PKCE, how does the client know which code_verifier to send with which authorization code after user redirect?

ASP.NET Identity regenerats Identity at each request

ASP.NET Identity Core cookie causes http 403 error when login and logout multiple time

Authenticated REST API for a mobile app and website on ASP.NET Core

rest azure 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