diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-09-27 07:30:56 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-09-27 07:30:56 +0200 |
commit | 2b3c6f4c105e271f5eb78b7c871efc231430a65f (patch) | |
tree | eb63c43ca575e1ef55083e38bb2a2bfcc03c9a77 /swamid-2.0 | |
parent | 45f8045b2f37bd6dc352a13fa527843d1a8b132b (diff) |
SWAMID-1377 Updated https://tse-uu.sitevision.se
Diffstat (limited to 'swamid-2.0')
-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> |