Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

EF Core 2 How To Include Roles Navigation Property On IdentityUser?

'Compare' is an ambiguous reference between 'System.ComponentModel.DataAnnotations.CompareAttribute' and 'System.Web.Mvc.CompareAttribute'

How to get ApplicationDbContext out of the Owin pipeline

How to add Azure AD Authentication to Existing ASP.NET MVC Application?

Register IAuthenticationManager with Simple Injector

Map tables using fluent api in asp.net MVC5 EF6?

User.IsInRole returns nothing in ASP.NET Core (Repository Pattern implemented)

how to disable email confirmation when user creates an account in mvc asp identity

How to implement ASP.NET identity: CREATE DATABASE permission denied in database 'master'

One-time login link in asp.net identity

Supporting Individual User Accounts AND Organizational Accounts in MVC5 / ASP.Net Identity 2

Abstracting Identity 2.0 to domain model layer

Asp.Net Identity with 2FA: List of Trusted Browsers

Create ASP.NET Identity tables using SQL script

implementing roles in identity server 4 with asp.net identity

Odd behavior by UserManager in .Net Identity

.NET Core External Authentication without ASP.NET Identity

Why isn't [Authorize(Roles = "Admin")] working in MVC 5 RTM with ASP.NET Identity?

How to keep user login in to system and logout only after user clicks on logout button?

How do I access Microsoft.Owin.Security.xyz OnAuthenticated context AddClaims values?