How to implement Multi-tenant User Login using ASP.NET Identity

I’ve now got a working solution that I’ve shared in a GitHub repository: https://github.com/JSkimming/AspNet.Identity.EntityFramework.Multitenant The extensibility required to support multi-tenancy is not possible with the 1.0.0 release of Microsoft.AspNet.Identity.EntityFramework (at least not without a lot of custom work), but is available in the 1.1 alpha release currently available through the Nightly ASP.NET Web Stack NuGet … Read more