Top "Asp.net-identity" questions

The ASP.

Merge MyDbContext with IdentityDbContext

I have a MyDbContext in a separated Data Accass Layer class library project. And I have an ASP.NET MVC 5 …

asp.net-mvc asp.net-identity
Email Confirmation with MVC 5 and Asp.net Identity

I have been searching, but have not found any documentation on how to implement Email confirmation with MVC 5 using the …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
User in Entity type MVC5 EF6

I have created a class in MVC5, where I want a primary owner of the content and then I want …

c# asp.net entity-framework asp.net-mvc-5 asp.net-identity
MVC 5 Owin Facebook Auth results in Null Reference Exception

I'm trying to setup integrated OWIN Facebook authentication in a new MVC 5 project in Visual Studio 2013. I have configured apps …

asp.net-mvc facebook asp.net-mvc-5 owin asp.net-identity
ASP.NET Identity Provider SignInManager Keeps Returning Failure

I have an issue with the standard ASP Identity provider for MVC5. As soon as I log in the method: …

c# asp.net asp.net-identity
ASP.NET Identity vs Simple membership Pros and Cons?

In MVC4 we had Simple Membership. My opinion is that Simple Membership was a good Identity Model tried and tested …

asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 simplemembership asp.net-identity
ASP.NET Identity Cookie across subdomains

For forms authentication I used this in web.config (note the domain attribute): <authentication mode="Forms"> <forms …

c# authentication forms-authentication asp.net-identity
Registering Web API 2 external logins from multiple API clients with OWIN Identity

I would like the following architecture (I've made up the product name for this example): Web API 2 application running on …

asp.net-mvc oauth-2.0 asp.net-identity owin asp.net-web-api2
ASP.NET Identity - custom UserManager, UserStore

I am a bit confused with customizing UserManager and UserStore. Out of the box solution comes with EF implementation and …

asp.net-mvc asp.net-identity asp.net-identity-2
authentication and authorizing in ASP.NET MVC 5

Asp.net MVC 5 seems to have left behind using the AuthorizeAttribute class where you could create a custom authorize attribute …

asp.net claims-based-identity asp.net-identity visual-studio-2013 .net-4.5