Top "Asp.net-identity" questions

The ASP.

How do you login/authenticate a user with Asp.Net MVC5 RTM bits using AspNet.Identity?

Apologies and Thanks in advance for this question! I am still new to SO. I have been working on a …

c# visual-studio-2013 asp.net-mvc-5 asp.net-identity owin
How to add claims in ASP.NET Identity

I am trying to find a document or example of how you would add custom claims to the user identity …

c# asp.net-mvc-5 asp.net-identity
What is the claims in ASP .NET Identity

Can somebody please explain, what the claim mechanism means in new ASP.NET Identity Core? As I can see, there …

asp.net asp.net-mvc asp.net-identity
How to obtain a list of Users from ASP.NET Identity?

Edit: This question is outdated The Identity Framework was a moving target at the moment I asked this. The authors …

asp.net asp.net-mvc-5 asp.net-identity asp.net-membership
How to implement custom authentication in ASP.NET MVC 5

I'm developing an ASP.NET MVC 5 application. I have an existing DB, from which I created my ADO.NET Entity …

c# asp.net-mvc authentication authorization asp.net-identity
Get UserID of logged-in user in Asp.Net MVC 5

I'm relatively new to ASP.Net MVC and try to use the built-in user login functionality now. I'm able to …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
ASP.NET_SessionId + OWIN Cookies do not send to browser

I have a strange problem with using Owin cookie authentication. When I start my IIS server authentication works perfectly fine …

asp.net asp.net-identity owin katana
The entity type ApplicationUser is not part of the model for the current context

I'm migrating from Identity 1.0.0 to Identity 2.0.1 following this article and the migrations code generated is nothing about the new IdentityUser. …

c# asp.net entity-framework asp.net-identity
ASP.NET (OWIN) Identity: How to get UserID from a Web API controller?

(Using VS2013 RTW, ASP.NET MVC5) I've seen lots of documentation on how to add properties to the ApplicationUser class (…

asp.net-mvc asp.net-web-api visual-studio-2013 owin asp.net-identity
Asp.net Identity password hashing

The new ASP.net Identity project has brought some useful code and interfaces for website security. To implement a custom …

asp.net security identity asp.net-identity