diff options
author | leifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1> | 2009-09-01 13:27:10 +0000 |
---|---|---|
committer | leifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1> | 2009-09-01 13:27:10 +0000 |
commit | 0afdfb5e206c799f5ef1ce9b7afd2406760bc52c (patch) | |
tree | 7e0350d5cb24eba41b78aba268fe01b130405731 | |
parent | c9a3f609e055f5dad0f2640b9263051f10dddb96 (diff) |
SLL idp ns test
git-svn-id: svn+ssh://svn.it.su.se/svn/swamid-metadata/trunk@184 0878fbc5-a6f2-46f6-b174-cb7b08c221d1
-rw-r--r-- | swamid-ki-sll-1.0/necs.sll.se.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/swamid-ki-sll-1.0/necs.sll.se.xml b/swamid-ki-sll-1.0/necs.sll.se.xml index eb5c0671..bad01ff2 100644 --- a/swamid-ki-sll-1.0/necs.sll.se.xml +++ b/swamid-ki-sll-1.0/necs.sll.se.xml @@ -1,10 +1,10 @@ -<md:EntityDescriptor entityID="http://necs.sll.se/necs" - xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" - xmlns:ds="http://www.w3.org/2000/09/xmldsig#" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<EntityDescriptor entityID="http://necs.sll.se/necs" + xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" + xmlns:ds="http://www.w3.org/2000/09/xmldsig#" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- WantAuthnRequestsSigned="true" --> - <md:IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> - <md:KeyDescriptor> + <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>MIIDGTCCAoKgAwIBAgIJAMTNv5D3FjBaMA0GCSqGSIb3DQEBBQUAMGcxCzAJBgNVBAYTAlNFMRIw @@ -23,13 +23,13 @@ AMTNv5D3FjBaMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAQoKH1AsRsA3RUd/J19ZE Mwhwwu0V4AYs/3D5tTs3ekAKDOtnVTzOc2zRT6vbxxYioQdZPp9Exe0PrMymntimPNQEssgwL1M=</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> - </md:KeyDescriptor> - <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</md:NameIDFormat> - <md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://necs.sll.se/necs/SAMLResponder"/> - </md:IDPSSODescriptor> - <md:Organization> - <md:OrganizationName xml:lang="en">SLL</md:OrganizationName> - <md:OrganizationDisplayName xml:lang="en">Stockholms Lans Landsting</md:OrganizationDisplayName> - <md:OrganizationURL xml:lang="en">http://www.sll.se/</md:OrganizationURL> - </md:Organization> -</md:EntityDescriptor> + </KeyDescriptor> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> + <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://necs.sll.se/necs/SAMLResponder"/> + </IDPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">SLL</OrganizationName> + <OrganizationDisplayName xml:lang="en">Stockholms Lans Landsting</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.sll.se/</OrganizationURL> + </Organization> +</EntityDescriptor> |