Hi,
There is an existing DbContext in the system as I am using Entity Framework Code First. After implementing Owin authentication, system has one more DbContext, IdentityDbContext, for Owin iteself. Are there any ways I can integrating the IdentityDbContext into my existing normal DbContext?
Thanks,
Bo