Leave a Reply

2 comments

  1. After a lot of searching and asking people who are far more clued up than myself, I have concluded that this is impossible mainly because it requires two concurrent DB connections.

    In the end, my SSO solution was to build a more traditional SSO system that creates users in the remote site using the user data from the main site. It also updates them on each login to make sure the profiles always stay up to date.

  2. I do think that that is possible. In fact, I’m trying to do it myself. I’m a recent premium subscriber at WPMUdev.org, and there you have several topics on their support forums about this subject.

    Although installing WordPress Multisite gives you access to that option from the start, if you’ve got different domains you have to create a network for each of them, and then “connect” them with plugins such as Multi Domains, as explained here

    I haven’t been able to set this up the right way, so in the mean time I’ve been experimenting with the User Synchronization plugin and this one is quite useful because once the user is registered in one blog, it is registered also on the rest of blogs. The disadvantage: you still have to logon on each site you visit.

    I’d like to add a definitive solution, but that could be good starting point.