Top "Asp.net-identity" questions

The ASP.

"Trust relationship between ... and the primary domain failed" in MVC5 Authentication

I have a ASP .NET MVC5 application in which I am not using Windows Authentication. Everything was working fine until …

asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
How to Seed Users and Roles with Code First Migration using Identity ASP.NET Core

I have created a new clean asp.net 5 project (rc1-final). Using Identity Authentication I just have the ApplicationDbContext.cs …

ef-code-first asp.net-identity asp.net-core-mvc seeding
How to localize ASP.NET Identity UserName and Password error messages?

Is it possible to provide localized strings for the "system" ASP.NET Identity v1 error messages, like "Name XYZ is …

asp.net-identity
Updating records using a Repository Pattern with Entity Framework 6

I'm writing a simple blog application and trying to establish CRUD operations in my generic repository pattern but I'm getting …

c# asp.net-mvc-5 entity-framework-6 asp.net-identity repository-pattern
How to change type of id in Microsoft.AspNet.Identity.EntityFramework.IdentityUser

(ASP.NET MVC 5, EF6, VS2013) I'm trying to figure out how to change the type of the "Id" field from …

asp.net-mvc entity-framework asp.net-mvc-5 owin asp.net-identity
ASP.NET Web API 2: How do I log in with external authentication services?

According to this post http://www.asp.net/web-api/overview/security/external-authentication-services... I'm able to log in with a local …

asp.net .net asp.net-web-api oauth-2.0 asp.net-identity
.NET Identity Email/Username change

Does anyone know how to enable a user to change username/email with ASP.NET identity with email confirmation? There's …

asp.net asp.net-identity
InvalidOperationException: Cannot create a DbSet for 'Role' because this type is not included in the model for the context

The following solution works in .net core 1.1, but after upgrading from 1.1 to 2.0, I received the following error: InvalidOperationException: Cannot create …

c# asp.net asp.net-mvc asp.net-identity .net-2.0
The entity type 'IdentityUserLogin<string>' requires a primary key to be defined

i am using dotnet core 1.1 on linux, and i am having issues when i want to split up the identityContext …

c# entity-framework asp.net-core asp.net-identity