How do you configure the new Microsoft.AspNet.Identity.EntityFramework system to work with a database first entityframework model?
I can see the codefirst example code supplied here https://github.com/rustd/AspnetIdentitySample but after tweaking the web.config etc i cannot find a way of getting the new identity store system to work with an existing database pulled into an entityframework model?
Tim