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/idp.ita.chalmers.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/idp.ita.chalmers.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp.ita.chalmers.se-idp-shibboleth.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/swamid-2.0/idp.ita.chalmers.se-idp-shibboleth.xml b/swamid-2.0/idp.ita.chalmers.se-idp-shibboleth.xml index 2adfa34a..6cf3cf90 100644 --- a/swamid-2.0/idp.ita.chalmers.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.ita.chalmers.se-idp-shibboleth.xml @@ -5,8 +5,13 @@ This metadata is not dynamic - it will not change as your configuration changes. --> -<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://idp.ita.chalmers.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://idp.ita.chalmers.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">chalmers.se</shibmd:Scope> <mdui:UIInfo> @@ -105,7 +110,7 @@ jvinjQZ2vsQirWYq <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://idp.ita.chalmers.se/idp/profile/SAML2/POST/SSO"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://idp.ita.chalmers.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">chalmers.se</shibmd:Scope> </Extensions> @@ -191,4 +196,4 @@ jvinjQZ2vsQirWYq <!-- <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp.ita.chalmers.se:8443/idp/profile/SAML2/SOAP/AttributeQuery"/> --> <!-- If you uncomment the above you should add urn:oasis:names:tc:SAML:2.0:protocol to the protocolSupportEnumeration above --> </AttributeAuthorityDescriptor> -</EntityDescriptor> +</md:EntityDescriptor> |