Active
Project:
Single Sign-On (aka SSO or Single Sign On)
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
3 Oct 2009 at 15:48 UTC
Updated:
12 May 2026 at 14:00 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedJust for information about the durty hack, I replaced this :
$url = $base_url . url($path, array('query' => $query));by this
$url = $base_url."/".$path."?".$query;in the singlesignon_create_request function in singlesignon.inc
Comment #2
meba commentedCan you think of any other scenario that needs this? I want to make sure to make as universal solution as possible...
Comment #3
Paul Natsuo Kishimoto commentedI have a patch in #615576: Support same-domain multisite setups that changes this line of code. Does it also solve this issue?