Not quite the answer to your question. But you can check this project:
ASP.NET Identity Database (Project Template) in Visual Studio Gallery
It can be used as the basis for creating your own ASP.NET identity provider using a database-based approach. Currently, it only has a Db schema design template. But soon there will also be a proprietary DbFirst identity provider project template, as well as unit tests for it.
source share