diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-03 12:39:15 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-03 12:39:15 +0100 |
commit | 7a623b288b7421f7a3d712c0ea3f2a60cc06b2e0 (patch) | |
tree | 161d061478f64a312f5a01783fad5e82be1bb361 /swamid-idp.mxml | |
parent | 398be5e05934a050850ff4f0a4782ae1f55bc1ed (diff) |
removed the combined part of the name which is just surpurflous
Diffstat (limited to 'swamid-idp.mxml')
-rw-r--r-- | swamid-idp.mxml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/swamid-idp.mxml b/swamid-idp.mxml new file mode 100644 index 00000000..f82fd40d --- /dev/null +++ b/swamid-idp.mxml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<EntitiesDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" + xmlns:xi="http://www.w3.org/2001/XInclude" + validUntil="1970-01-01T00:00:00Z" cacheDuration="PT8H" + Name="http://md.swamid.se/md/swamid-2.0.xml"> + + <!-- + + IMPORTANT NOTICE: READ CAREFULLY + +You are reading this because You wish to use the technical information (the “Metadata”) +published on behalf of the Registrars. These Terms of Access and Use (these “Terms”) govern +the use of the Metadata. By accessing or using the Metadata You accept that the access and +use will be on and subject to these Terms. These Terms will be binding and enforceable on +You as contractual obligations. + +The Terms is available at http://md.swamid.se/md/terms-of-use.txt + +If You do not accept these Terms, then You must not continue to use this Metadata. + + --> + + <xi:include href="swamid-idp-2.0.mxml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-idp-1.0.xml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-interfederations-idp-2.0.xml" xpointer="xpointer(//*[@entityID])"/> +</EntitiesDescriptor> |