Im trying to set up domain access with SSO. I have two sites so far, both entirely seperate domains.
Site1.com - controller
Site2.com - client
I have 2 databases, sharing the user related tables of the controller database.
I have put $conf['session_inc'] = 'sites/all/modules/sso/session.singlesignon.inc'; in both settings.php files.
I have:
$db_prefix = array(
'default' => '',
'authmap' => 'controller_db.',
'sessions' => 'controller_db.',
'users' => 'controller_db.',
);
in both settings.php files
The session table has the nonce column that has been spoken about in other threads. Not sure what that means.
My problem is enabling the client site with the private key. The minute I try to do that I get booted back to the controller site and get displayed access "Access Denied".
URL is like this : http://controllersite.com.au/singlesignon/associate?origin=http%3A%2F%2F...
The only way to stop this behaving is to disable the client module, and disabling SSO in the process.
Comments
Comment #1
Netbuddy commentedJust wanted to mention ive read other bug reports of a similar nature, and some people seemed to have solved this issue, although I cant understand how they went about it.
UPDATE:
Made some progress. Got the signin working for controller and the first client site (which is the main Domain Access site), now trying to add a second site in Domain Access, but it keeps reverting back to pages for the controller site. SSO wont work, so I login manually, and it brings up the module list for the controller site...thinkings its a Apache httpd-vhosts settings problem. Not sure. Ill take this to Domain Access support.
Comment #2
meba commentedLet me know when you know more info