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/shib-idp-test.oru.se-idp-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/shib-idp-test.oru.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/shib-idp-test.oru.se-idp-shibboleth.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/swamid-2.0/shib-idp-test.oru.se-idp-shibboleth.xml b/swamid-2.0/shib-idp-test.oru.se-idp-shibboleth.xml index f47ac84f..727efa0c 100644 --- a/swamid-2.0/shib-idp-test.oru.se-idp-shibboleth.xml +++ b/swamid-2.0/shib-idp-test.oru.se-idp-shibboleth.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" entityID="https://shib-idp-test.oru.se/idp/shibboleth"> - <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> +<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://shib-idp-test.oru.se/idp/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> + <IDPSSODescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> <Extensions> <shibmd:Scope regexp="false">oru.se</shibmd:Scope> <mdui:UIInfo> @@ -100,7 +105,7 @@ d3hB7quCN72lcAz/8iZU <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://shib-idp-test.oru.se/idp/profile/SAML2/POST-SimpleSign/SSO"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://shib-idp-test.oru.se/idp/profile/SAML2/Redirect/SSO"/> </IDPSSODescriptor> - <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol"> + <AttributeAuthorityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol"> <Extensions> <shibmd:Scope regexp="false">oru.se</shibmd:Scope> </Extensions> @@ -184,9 +189,9 @@ d3hB7quCN72lcAz/8iZU </KeyDescriptor> <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://shib-idp-test.oru.se:8443/idp/profile/SAML1/SOAP/AttributeQuery"/> </AttributeAuthorityDescriptor> - <ContactPerson contactType="technical"> + <ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> <GivenName>Jonny</GivenName> <SurName>Ehrnberg</SurName> <EmailAddress>mailto:jonny.ehrnberg@oru.se</EmailAddress> </ContactPerson> -</EntityDescriptor> +</md:EntityDescriptor> |