The second release of the ASP.
I want to save user without email, like this: var user = new ApplicationUser { UserName = model.Name }; var result = await UserManager.…
c# asp.net-identity-2I am using asp.net identity in my project and using structuremap as DI framework. the problem is when i …
asp.net-mvc dependency-injection structuremap asp.net-identity asp.net-identity-2All of the authentication and authorization process of my app is done using stored procedures. I've written a class with …
.net asp.net-mvc asp.net-identity asp.net-identity-2I have two sites, a site that users login to and manage their account and site that has no UI …
owin asp.net-web-api2 asp.net-identity-2 bearer-tokenIn my mvc5 project to disable an action link for unauthorized users i did like this @if (User.IsInRole("Admin") | …
asp.net-mvc-5 asp.net-identity-2 isinroleI am using Identity v2 and MVC 5 for external login. In my external login callback function, I log the user …
asp.net-mvc-5 claims-based-identity asp.net-identity-2I have a stored procedure that updates status. Depending on the role of the user the stored procedure has code …
asp.net asp.net-mvc asp.net-web-api asp.net-identity asp.net-identity-2I want to change the names of the tables used by ASP.NET Identity 2.0. I've seen various similar questions but …
c# entity-framework asp.net-identity-2Everything used to work perfect until fb upgraded it's api to 2.4 (I had 2.3 in my previous project). Today when I …
c# facebook facebook-graph-api asp.net-mvc-5 asp.net-identity-2The following code is copied from the Asp.Net Identity 2.0 sample. private ApplicationUserManager _userManager; public ApplicationUserManager UserManager { get { return // Error _…
asp.net asp.net-mvc-5 asp.net-identity asp.net-identity-2