ASP.NET Membership has the concept of "Application" that allows you to partition users within the membership database per application. I am not seeing that the new Identity framework has this same ability, am I missing something?
I want to make my application multi-tenant and store all of the users in the same database and of course partition them by application. Is this possible with the new Identity model? ... or do I need to put them all in different databases?
Go to the complete details ...