Top "Asp.net-identity" questions

The ASP.

Why is ASP.NET Identity 2.0 using a GUID/string as user id?

As the title says, I wonder, why ASP.NET Identity 2.0 uses a string with a GUID as primary clustered key …

c# asp.net asp.net-identity
MVC/Code First: how to add more tables to the same db context?

I am using the standard MVC template that comes with VS 2013. It has a neat membership provider that makes using …

asp.net-mvc entity-framework ef-code-first asp.net-identity asp.net-identity-2
How to implement two factor auth in Web API 2 using ASP.NET identity?

I have seen this link Two Factor Auth using goolgle authenticator on how to create a two factor authentication in …

authentication asp.net-web-api asp.net-identity one-time-password
Decoupling ASP.NET MVC 5 Identity to allow implementing a layered application

I'm new to ASP.NET MVC and I've been developing a MVC 5 application with individual user authentication. I've been doing …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
ASP.NET Core Identity invalid token on confirmation email

This is a very similar question to this aspnet identity invalid token on confirmation email but the solutions are not …

angularjs asp.net-core asp.net-identity forgot-password
How to get the ID of Roles for which a user is enrolled in MVC 5

I am trying to get an IList<ApplicationRole> of roles in which a user is currently enrolled. Now …

asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity user-roles
Invalidate Old Session Cookie - ASP.Net Identity

An external company has done some penetration tests on the ASP.NET MVC 5 application i'm working on. An issue that …

asp.net-mvc asp.net-identity owin asp.net-identity-2
How do I use ASP.NET Identity 2.0 to allow a user to impersonate another user?

I'm migrating a ASP.NET MVC 5.1 application from MembershipProvider to ASP.NET Identity v2.0. One of the features I have …

c# asp.net-mvc asp.net-identity
Creating Asp.net Identity user in Seed method of Db Initializer

I have created my data layer with EF 6 code first and I am populating the db through Seed method of …

entity-framework entity-framework-6 asp.net-identity asp.net-identity-2