IdentityServer3 with EF support and Asp.NEt Identity -
i planning use identityserver3 identityserver3.entityframework clients,scopes , operationaldata. , want configure user store using identityserver3.aspnetidentity what recommendation here? okay have single database clients, scopes, operational data , asp.net identity? there issue ef migration if have asp.net identity tables in same database? or should create seprate database 1 identityserver3.entityframework , asp.net identity? i want configure users per client, not sure supported identityserver3 i not know if there issue combining database did 2 databases working. in case not using migrations , using modified ef datastore users info. not recall exact details did have mess of configuration working. right see scopes , clients working me, roles created own authorize attribute solve "what kind of token has roles" thing never understood way. experience has been 1 of trail , error seems there no 1 simple path in making oauth / oidc work. not fault of identit...