The ASP.
A default MVC 5 App comes with this piece of code in IdentityModels.cs - this piece of code is for …
asp.net asp.net-mvc entity-framework asp.net-mvc-5 asp.net-identityHow can I get the password of a user in the new ASP.NET Identity system? Or how can I …
asp.net asp.net-identityI am using the Web Api 2 template that comes with Visual Studio 2013 has some OWIN middleware to do User Authentication …
c# asp.net-web-api oauth-2.0 asp.net-identity owinI just switched over to using the new 2.0 version of the Identity Framework. In 1.0 I could get a user object …
c# asp.net asp.net-identityI'm using MVC5 Identity 2.0 for users to log into my website, where the authentication details are stored in an SQL …
asp.net-mvc asp.net-mvc-5 asp.net-identity asp.net-identity-2I know the new Membership includes a "Simple Role Provider." I can't find any help related to creating a user …
asp.net asp.net-identity asp.net-rolesI've added custom fields to the ApplicationUser class I've also created a form through which the user can enter/edit …
asp.net-mvc asp.net-mvc-5 asp.net-identityI am using the release version (RTM, not RC) of Visual Studio 2013 (downloaded from MSDN 2013-10-18) and therefore the …
c# asp.net-identityWhy is this happening when we make a call to the AccountApiController.Register() method? what is trying to use the …
c# asp.net multithreading entity-framework asp.net-identityHow do I configure my mvc/webapi project so that a webapi method called from a razor view doesn't return …
c# asp.net-web-api asp.net-mvc-5 asp.net-identity owin