diff options
author | leifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1> | 2010-09-13 14:32:10 +0000 |
---|---|---|
committer | leifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1> | 2010-09-13 14:32:10 +0000 |
commit | f4e4bbdc4d4a32537e8f6dc8fa90b14771902095 (patch) | |
tree | a6acb2841905e3f6890714e829892426b8275608 | |
parent | 270daebf7184e6b54c98a57bc5cde17a2d43f8eb (diff) |
new ds endpoint
git-svn-id: svn+ssh://svn.it.su.se/svn/swamid-metadata/trunk@415 0878fbc5-a6f2-46f6-b174-cb7b08c221d1
-rw-r--r-- | swamid-1.0/crowd.nordu.net.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/swamid-1.0/crowd.nordu.net.xml b/swamid-1.0/crowd.nordu.net.xml index 141c5e4e..43c3ff9f 100644 --- a/swamid-1.0/crowd.nordu.net.xml +++ b/swamid-1.0/crowd.nordu.net.xml @@ -1,8 +1,10 @@ + <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://crowd.nordu.net/shibboleth"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://crowd.nordu.net/Shibboleth.sso/DS/ds.swamid.se" index="1"/> + <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://crowd.nordu.net/Shibboleth.sso/DS/kalmar2" index="2"/> </md:Extensions> <md:KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> @@ -79,4 +81,5 @@ Neib9lWMnEYRIynoqQE3UXYnb3GDinEg/soKH73QAq0dyjcfuk30FA== <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9"/> </md:AttributeConsumingService> </md:SPSSODescriptor> + </md:EntityDescriptor> |