Top "Asp.net-identity" questions

The ASP.

ASP.NET Identity DbContext confusion

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-identity
ASP.NET Identity reset password

How can I get the password of a user in the new ASP.NET Identity system? Or how can I …

asp.net asp.net-identity
OWIN Security - How to Implement OAuth2 Refresh Tokens

I 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 owin
Get current user id in ASP.NET Identity 2.0

I 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-identity
How to extend available properties of User.Identity

I'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-2
Add User to Role ASP.NET Identity

I 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-roles
Updating user data - ASP.NET Identity

I'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-identity
How can I change the table names when using ASP.NET Identity?

I am using the release version (RTM, not RC) of Visual Studio 2013 (downloaded from MSDN 2013-10-18) and therefore the …

c# asp.net-identity
"Context cannot be used while the model is being created" exception with ASP.NET Identity

Why 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-identity
Unauthorised webapi call returning login page rather than 401

How 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