Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Securing the whole ASP.NET 5 MVC 6 application

Bad Request (400) when using Web API Token Authentication from Angular JS

How to find Client id in login flow

Does Identity Owin require LazyLoading?

Using Asp.net Identity in with Entity Framework throws Could not load type .Schema.IndexAttribute' from assembly 'EntityFramework, Version=6.0

ASP.net identity: How to get current IdentityUser (ApplicationUser)? Where is UserManager.FindById?

ApplicationDbContext - where it belongs in project [closed]

Adding Identity to an existing project

How to remove dbo.AspNetUserClaims and dbo.AspNetUserLogins tables (IdentityUserClaim and IdentityUserLogin entities)?

Redirecting an unauthorized user in identity 2.0

Prevent users without confirmed email from logging in ASP.NET MVC Web API Identity (OWIN Security)

How do I properly use my SQLite db in my asp.net core 3.1 MVC application using EF?

RequireNonLetterOrDigit not correctly validated

asp.net asp.net-identity

MVC5 Log Off link fails from different Areas

What is CookieAuthenticationOptions.AuthenticationType used for?

Store data in cookie with asp.net core identity

Authorize Policy attribute always returns 403 forbidden using .net core Identity and JwtBearerAuthentication

Identity 2.0 Claims not being added to the database

ASP.NET Core 1.1 getting all users and their roles

Creating inheritance users from base asp.net identity user