Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

How to create different user types in ASP.NET Identity?

Why is UserManager.CreateIdentityAsync() looking for IdentityRole and how to fix?

ASP MVC Authorize Error

aspnet identity avoid simultaneous login same account

Access custom ApplicationUser property from view in ASP.net Core 2

How solve error ApplicationRole "does not contain a constructor that takes arguments 1. [DbInitialize]?

How AspNet Identity with my model

Compilation error 'IUser.UserName' in explicit interface declaration is not a member of interface - why am I gettings this?

Redirect user to custom login page when using Azure AD

AuthenticationManager.SignIn() is not signing in

ASP.NET Identity and IdentityServer connection

Relation to users when these are stored in an external Identity provider service

Send connection string to ApplicationDBContext

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]