How to disable SP Logout binding

Ignacio Amoeiro Bosch ignacio.amoeiro at extern.ibsalut.es
Thu Feb 25 20:01:10 UTC 2021


Hello List,

I'm triing to disable a logout service binding at the SP.

I'm triing with:


		<Logout outgoingBindings="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST">SAML2 Local</Logout>


But the SP metadata generated still contains:

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


How I should do it?

Should I configure it with <md:SingleLogoutService> ?

Regards


More information about the users mailing list