diff options
-rw-r--r-- | swamid-2.0/visp-demo.humlab.umu.se.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swamid-2.0/visp-demo.humlab.umu.se.xml b/swamid-2.0/visp-demo.humlab.umu.se.xml index 08b159e7..08b5a405 100644 --- a/swamid-2.0/visp-demo.humlab.umu.se.xml +++ b/swamid-2.0/visp-demo.humlab.umu.se.xml @@ -56,6 +56,10 @@ <md:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"/> <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/> </md:KeyDescriptor> + <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://visp-demo.humlab.umu.se/Shibboleth.sso/SLO/SOAP"/> + <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://visp-demo.humlab.umu.se/Shibboleth.sso/SLO/Redirect"/> + <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://visp-demo.humlab.umu.se/Shibboleth.sso/SLO/POST"/> + <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://visp-demo.humlab.umu.se/Shibboleth.sso/SLO/Artifact"/> <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://visp-demo.humlab.umu.se/Shibboleth.sso/SAML2/POST" isDefault="true" index="1"/> </md:SPSSODescriptor> |