diff options
author | Paul Scott <paul.scott@kau.se> | 2017-08-14 11:24:34 +0200 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2017-08-14 11:24:34 +0200 |
commit | 370c581a93b9673139f8934c2186dff979a87d48 (patch) | |
tree | 80f8dccc65c19b5c0fe9b0de6055809981445bee /swamid-2.0/comanage.sunet.se-shibboleth.xml | |
parent | 858b132ee35a20247233e2133b50335d3e4a4019 (diff) |
Resolves #149: LiU SIRTFI
Diffstat (limited to 'swamid-2.0/comanage.sunet.se-shibboleth.xml')
-rw-r--r-- | swamid-2.0/comanage.sunet.se-shibboleth.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/swamid-2.0/comanage.sunet.se-shibboleth.xml b/swamid-2.0/comanage.sunet.se-shibboleth.xml index bd9e98c0..a9eb98d9 100644 --- a/swamid-2.0/comanage.sunet.se-shibboleth.xml +++ b/swamid-2.0/comanage.sunet.se-shibboleth.xml @@ -1,9 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- This is example metadata only. Do *NOT* supply it as is without review, and do *NOT* provide it in real time to your partners. --> -<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" ID="_cb95bd35f89462254f316588057ff2606813ff89" entityID="https://comanage.sunet.se/shibboleth"> - +<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://comanage.sunet.se/shibboleth"> <md:Extensions xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"> <alg:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha512"/> <alg:DigestMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#sha384"/> @@ -28,7 +28,6 @@ and do *NOT* provide it in real time to your partners. </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> - <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://comanage.sunet.se/Shibboleth.sso/Login"/> @@ -93,5 +92,4 @@ kifA <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://comanage.sunet.se/Shibboleth.sso/SAML2/Artifact" index="3"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://comanage.sunet.se/Shibboleth.sso/SAML2/ECP" index="4"/> </md:SPSSODescriptor> - </md:EntityDescriptor> |