The ASP.
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-identityI 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 seedingIs it possible to provide localized strings for the "system" ASP.NET Identity v1 error messages, like "Name XYZ is …
asp.net-identityI'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(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-identityAccording 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-identityDoes anyone know how to enable a user to change username/email with ASP.NET identity with email confirmation? There's …
asp.net asp.net-identityThe 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.0How To Change Password Validation in ASP.Net MVC5 Identity 2 ? Thanks
asp.net-mvc asp.net-identity asp.net-identity-2i 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