Shibboleth IdP SLO and return URL not working

Lipscomb, Gary glipscomb at csu.edu.au
Fri Dec 13 00:05:57 EST 2013


We managed to get this working with one change on the SP as per Scott's suggestion

In the shibboleth2.xml

<Logout asynchronous="false">SAML2 Local</Logout>

Also make sure the metadata for the SP held on the IdP contains the SLO endpoints

<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://website.com/Shibboleth.sso/SLO/Redirect"/>
    <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://website.com/Shibboleth.sso/SLO/POST"/>

We did come up with one case where this doesn't work. If the user logs into the same site in different browsers we get the issue with the re-use of transientID's https://issues.shibboleth.net/jira/browse/IDP-90 and they get a fatal error on the 2nd browser when they logout.

Also if the user is SSO'd into another application and then log out of the application with the redirect first they get a partial logout page from the SP. We can live with that, educate the users. We have only one application that requires the redirect so far.

Thanks for your help

Gary Lipscomb

|-----Original Message-----
|From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net]
|On Behalf Of Cantor, Scott
|Sent: Friday, 13 December 2013 01:59
|To: Shib Users
|Subject: Re: Shibboleth IdP SLO and return URL not working
|
|On 12/11/13, 8:26 PM, "Nate Klingenstein" <ndk at internet2.edu> wrote:
|>
|>I think your best option is to customize logout.jsp at the IdP so that
|>it performs the redirect to the desired site itself after both the SP
|>and IdP sessions are cleared.
|
|The best option if you really want the SP in control is to turn off the
|async option.
|
|Or just stop using the SAML logout.
|
|-- Scott
|
|
|--
|To unsubscribe from this list send an email to users-
|unsubscribe at shibboleth.net
Charles Sturt University

| ALBURY-WODONGA | BATHURST | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ONTARIO | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA |

LEGAL NOTICE
This email (and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in reliance on it or disclose it to anyone. Any confidentiality is not waived or lost by reason of mistaken delivery. Email should be checked for viruses and defects before opening. Charles Sturt University (CSU) does not accept liability for viruses or any consequence which arise as a result of this email transmission. Email communications with CSU may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at CSU. The views expressed in this email are not necessarily those of CSU.

Charles Sturt University in Australia  http://www.csu.edu.au  The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795  (ABN: 83 878 708 551; CRICOS Provider Numbers: 00005F (NSW), 01947G (VIC), 02960B (ACT)). TEQSA Provider Number: PV12018

Charles Sturt University in Ontario  http://www.charlessturt.ca 860 Harrington Court, Burlington Ontario Canada L7N 3N4  Registration: www.peqab.ca

Consider the environment before printing this email.

Disclaimer added by CodeTwo Exchange Rules 2007
http://www.codetwo.com



More information about the users mailing list