问题
I was able to download and run locally, the MembershipReboot project. I was able to download and run on our test server the Thinktecture IdentityServer project. No major issues with each one by themselves. Now, I want to use MembershipReboot as part of my IdentityServer. I downloaded the sample code and I think I see where code replaces code. However, I'm blind as to what happens with the database. Which database becomes the master? Or do I run something to "upgrade" the IS database? How about a tutorial or guide for dummies like me? I'm given a six month project of building a SSO and asked to complete it in 5 days.
回答1:
There are two databases with IdentityServer v2: One for the IdSrv configuration and another for the identity database (MR in your case). So in short, they are configured separately.
来源:https://stackoverflow.com/questions/22967380/how-to-combine-membershipreboot-and-thinktecture-identityserver