All I did was alter the shibboleth_authenticate function at around line
150, in the shibboleth.php file.
REPLACE
$initiator_url = shibboleth_session_initiator_url(
$_REQUEST['redirect_to'] );
WITH
$tmp = parse_url($_SERVER['REQUEST_URI']);
$initiator_url = shibboleth_session_initiator_url($tmp['path'] );
That seems to do it.
Thanks,
Christopher
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Christopher Respeto
Unix Administrator / Web Programmer
University of Florida, College of Engineering
Finance & Personnel Office, Management Information Systems
PO Box 116550
Gainesville FL 32611-6550
Phone: (352) 392-9217
FAX: (352) 392-7063
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Randy Switt wrote:
>> Has anyone attempted to use the new WordPress 3.0 with the old 2.8.4
>> Shibboleth plugin developed by William Norris? All I see is a single
>>
> report that
>
>> "it doesn't work." If folks aren't using Shibboleth, how are you handling
>> WordPress authentications against UF's single signon?
>>
>
> I upgraded my 2.9.2 w/ Shibboleth install to 3.0, with no apparent problems.
> I did have to fix the manage checkbox issue that Chris and others referred
> to, but that wasn't specific to 3.0. I should caveat that with the fact
> that I'm running Wordpress Mu on IIS, which is fairly non-standard, but it
> didn't cause any issues with the upgrade.
>
> I believe I've seen the redirection issue that Chris is referring to. Chris
> can you send something out on where you fixed that?
>
> Randy S.
>
|