Hello!
I recently have installed Single Sign On to enable cross site login. My setup is following:
- site v1.example.com on a separate server with DB on another separate server as CONTROLLER
- site v2.example.com on a separate server with DB on another separate server as CLIENT
So the code base isn't shared and even worse - the databases are not on the same server.
I'm not sure if it's even possible to configure SSO to work on this kind of setup. I would greatly appreciate if someone could give me advice on how to do it.
(Yes, I tried to do it myself, but immediately got stuck on db tables prefixes step as you can guess).
Comments
Comment #1
AliraSirin commentedThis issue may be closed now as we managed to develop our own module for the described purpose.
(Will contribute it to the community sometime later I think)
Comment #2
Paul Natsuo Kishimoto commentedComment #3
khalor commentedHi Alira, very interested in your shared users/seperate databases solution, do let us know if/when the module makes it's way onto d.o
Comment #4
mattcasey commentedIt would be nice if this requirement was posted on the front page. Like Alira, I got most of the way setting up a test site on my dev server before realizing the databases need to be on the same server. Reminds me of a lesson I learned in grade school: Always read the instructions from beginning to end before starting...
Comment #5
mattcasey commenteddidn't mean to change status