I am planning to use IdentityServer3 with IdentityServer3.EntityFramework for Clients,Scopes and OperationalData. And I also want to configure user store using IdentityServer3.AspNetIdentity
What is the recommendation here? Is it okay to have single database for clients, scopes, operational data and Asp.Net Identity? Will there be an issue with EF migration if we have ASP.NET identity tables in the same database?
Or should I create seprate database one for IdentityServer3.EntityFramework and another for ASP.NET Identity?
I also want to configure users per client, I am not sure this is supported with IdentityServer3