Currently, if the $base_url contains a path
e.g. $base_url="http://my.host/drupal";

The singlesignon_dest parameter includes this path twice (!)
e.g. http://my.host/drupal/drupal

Patch to version 4.6.5 attached.

CommentFileSizeAuthor
singlesignon.module.patch1.59 KBdotan

Comments

danielc’s picture

Assigned: dotan » danielc

I'm curious, what value do you have for your singlesignon_master_url setting, please?

danielc’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed fixes to CVS a moment ago. Try it out and let me know if they work. Thanks for the report.

Tobias Maier’s picture

Status: Closed (fixed) » Fixed
dotan’s picture

I'm using something like this as singlesignon_master_url:
http://MyHostName/drupal

danielc’s picture

dotan’s picture

As Drupal supports a base URL in the form of:
http://MyHostName/drupal

I don't see a reason for this module not to...

Anonymous’s picture

Status: Fixed » Closed (fixed)