Is there a way to create an ASP.NET Membership provider which uses ASP.NET Identity internally?
Or may be there is one already?
This could be usefull if you have two applications, one of them using the old Membership and one using new ASP.NET Identity, and you do not want to migrate - just make them both use the same users database.