Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
bajnokk@niif.hu
bajnokk@niif.huComponents
Fix versions
Affects versions
Created August 11, 2009 at 7:07 AM
Updated August 17, 2009 at 8:57 AM
Resolved August 12, 2009 at 9:54 AM
I've configured a LogoutInitiator that supports SOAP binding only:
<code>
<LogoutInitiator type="Chaining" Location="/BackChannelLogout" relayState="cookie">
<LogoutInitiator type="SAML2"
outgoingBindings="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" />
<LogoutInitiator type="Local"/>
</LogoutInitiator>
</code>
When I access /Shibboleth.sso/BackChannelLogout, I get the SOAP LogoutRequest message in the browser instead of being sent to the IdP.
Logs:
DEBUG Shibboleth.Listener [8]: dispatching message (find::StorageService::SessionCache)
DEBUG Shibboleth.Listener [8]: dispatching message (sp8.slotest/BackChannelLogout::run::SAML2LI)
DEBUG Shibboleth.SessionCache [8]: searching for session (_1df34695c4f1668091332f2016d48e00)
DEBUG Shibboleth.SessionCache [8]: reconstituting session and checking validity
DEBUG OpenSAML.MessageEncoder.SAML2SOAP [8]: validating input
DEBUG OpenSAML.MessageEncoder.SAML2SOAP [8]: marshalling the envelope
DEBUG OpenSAML.MessageEncoder.SAML2SOAP [8]: marshalled envelope:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><samlp:LogoutRequestxmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" Destination="https://sandbox.slotest.aai.niif.hu:8443/idp/profile/SAML2/SOAP/SLO" ID="_36b8987adf03fcc37b76e53780b7ac5f" IssueInstant="2009-08-11T11:56:25Z" Version="2.0"><saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://sp8.slotest.aai.niif.hu/shibboleth</saml:Issuer><saml2:NameID xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient">_c67b9f397cb2d1362c893265cd025a90</saml2:NameID><samlp:SessionIndex>a2c149821dbdea3c0a64849efea84f2652d7d4d56686c5890d13753e8aa62422</samlp:SessionIndex></samlp:LogoutRequest></S:Body></S:Envelope>
DEBUG OpenSAML.MessageEncoder.SAML2SOAP [8]: sending serialized envelope
INFO Shibboleth.SessionCache [8]: removed session (_1df34695c4f1668091332f2016d48e00)
Please let me know if I can help with debugging or testing. It all turned out while deploying a test environment for SLO, so we have all the tools at hand.
Previous back-channel tests were done with an IdP metadata showing only SOAP-aware endpoints. SLO was working well then.