The ASP.
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-identityI 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-identityI 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-identityI'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-identityI have an issue with the standard ASP Identity provider for MVC5. As soon as I log in the method: …
c# asp.net asp.net-identityIn 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-identityFor forms authentication I used this in web.config (note the domain attribute): <authentication mode="Forms"> <forms …
c# authentication forms-authentication asp.net-identityI 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-api2I 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-2Asp.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