Hi,

i installed Shared signon 6.3 on d6.9, on
- an already existing site, with Domain Access running well (and no domain specific config yet)
- i use only domains (www.example.com as primary, www.example.ca, www.example.jp... as slaves
- single DB, no prefixes

When i Integrate with Domain module by checking the case;
- Anonymous users get an Infinite Redirection loop, when trying to call a slave domain. They can call primary.
- Logged users (thru primary of course), can go to all slaves domains and are well logged in.

i applied the language patch (http://drupal.org/node/344767) because i use i18n and my url looks like this

http://www.example.com/en/singlesignon/initial_check?slave_session=xxxxx...

, but same issue occurs.

i cleared the sessions table ... same issue.

Do you have any idea of what could be wrong and should i do ?

Thank you.

Comments

skowyra’s picture

I am having exactly the same issue with the same module and core versions. The configuration difference is that I'm running a multi-site (single code base - multiple subdomains pointing to main domain). I'm not using Domain Access. I did not apply a language patch.

Also, when logging out of a subdomain, I get the Infinite Redirection Loop, though the user does get logged. I check this when I go back to them main domain page. When logging out, I can watch the browser (Firefox) status bar keep bouncing back and forth between the subdomain and the master like this - www.example.com -> www.sub.example.com then back.

Cookies are enable. Things work fine for authenticated users.

Thanks

chipway’s picture

i had ACL for Forums Access. I disabled both and rebuilt Access rights, but it is the same issue : Auth users can switch between domains but Anonymous get a LOOP !!

Any new idea welcome.

Thanks

chipway’s picture

Hi,

Any new idea please ?

thanks

dropcube’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Category: support » bug
Priority: Normal » Critical

I confirm the issue, I am having the same problem. There are several similar issues in the queue, I suggest to concentrate the attention in one point to fix it.

chipway’s picture

Hi Dropcube,

Thank you for confirming the issue.

i haven't seen the similar issues that you talk about.

Do you have any new idea ?

Thanks

chipway’s picture

Hi,

Any news about resolving this issue ?

Thanks

chipway’s picture

Hi,

i tried Domain Access 6.x-2.0-rc6, but i still have the loop issue for other domains.

Help welcome.

Thank you

wayland76’s picture

Just for the record, I'm no longer involved in Drupal development. However, if anyone comes up with a patch that looks reasonable, I'm happy to apply it.

abdulFarooqui’s picture

I had similar issue. (For me) the cause was that all my sites (that shared the authentication cookie) were configured as aliases of each other in apache. I modified the apache configuration and configured all the websites as independent virtual hosts. That seems to have solved the problem.

chipway’s picture

Status: Active » Fixed

Hi,

i solved my version of this issue by adding a user with id 0 anonymous (that was broken thru backup).

Hope this helps.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.