diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2019-06-12 08:15:13 +0200 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2019-06-12 08:15:13 +0200 |
commit | d7aacae3307d0a126ce5ff3cb9087dcd4683317e (patch) | |
tree | ae26675bdc3ac1efb2f145b9b4846ad7c6526102 /swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml | |
parent | e5d4ace31a8584b4cb4fc1f85f0cedbf447a67a2 (diff) |
registrationAuthority added to all xml files in swamid-2.0/
xml files normalized, the same way later done during generation om
metadata streams (namespaces, cleaning etc)
Diffstat (limited to 'swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml')
-rw-r--r-- | swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml b/swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml index 7acc107e..facb2572 100644 --- a/swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml +++ b/swamid-2.0/umdac-humpdac.ad.umu.se-shibboleth.xml @@ -1,8 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://umdac-humpdac.ad.umu.se/shibboleth"> - <SPSSODescriptor WantAssertionsSigned="false" AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol"> +<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" entityID="https://umdac-humpdac.ad.umu.se/shibboleth"> + <md:Extensions> + <mdrpi:RegistrationInfo registrationAuthority="http://www.swamid.se/"> + <mdrpi:RegistrationPolicy xml:lang="en">https://www.sunet.se/wp-content/uploads/2016/08/SWAMID-Metadata-Registration-Practice-Statement-v2.pdf</mdrpi:RegistrationPolicy> + </mdrpi:RegistrationInfo> + </md:Extensions> + <SPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" WantAssertionsSigned="false" AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol"> <KeyDescriptor use="signing"> - <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> + <ds:KeyInfo> <ds:X509Data> <ds:X509Certificate>MIIB7TCCAVagAwIBAgIJAPLebS0CGJJJMA0GCSqGSIb3DQEBBQUAMCIxIDAeBgNVBAMTF3VtZGFjLWh1bXBkYWMuYWQudW11LnNlMB4XDTA3MDMxMzEwNTkzNloXDTA4MDMxMjEwNTkzNlowIjEgMB4GA1UEAxMXdW1kYWMtaHVtcGRhYy5hZC51bXUuc2UwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALA5VqzzCDXki71HDlWq9gwowL+0FBFZC9bCRmjKOGe9lmZveHhJ1oWN7g5wbAbC+oAciHe5vzUoEIrkl9enqqFCgOww3LhAURSuebJzbF8fz3zjdFlyzqDIlLet54YTvfdZmro4345Z46KW/dX5QOAEslLcSUev1Eq1F1rgXMV/AgMBAAGjKzApMCcGA1UdJQQgMB4GCCsGAQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwQwDQYJKoZIhvcNAQEFBQADgYEAOHWzEvOqLpAeLm19FAZS/qG5i97eH5bx7opjABmDU7IIMT2jEhBykYL6BXbfYljLT2pyBEE2oILetNT/U09Angm2Lf8JzenPUgqS8qFGl54/Gw2GcIiDBbvmPuBWqw8CRYdfBQjBZmKs+jN+Lr1uvEvim/B4PPQg2Eypp8iz/VM=</ds:X509Certificate> </ds:X509Data> @@ -10,15 +15,15 @@ </KeyDescriptor> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://umdac-humpdac.ad.umu.se/Shibboleth.sso/SAML/POST" index="1" isDefault="true"/> </SPSSODescriptor> - <Organization> + <Organization xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> <OrganizationName xml:lang="en">UU</OrganizationName> <OrganizationDisplayName xml:lang="en">UmeƄ University</OrganizationDisplayName> <OrganizationURL xml:lang="en">http://www.umu.se</OrganizationURL> </Organization> - <ContactPerson contactType="technical"> + <ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> <Company>UMDAC</Company> <GivenName>Tommy</GivenName> <SurName>Larsson</SurName> <EmailAddress>mailto:tommy.larsson@umdac.umu.se</EmailAddress> </ContactPerson> -</EntityDescriptor> +</md:EntityDescriptor> |