diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-03 10:21:32 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-03 10:21:32 +0100 |
commit | f4db70ebd31ea5e8c8a2c568f09517dba4aef4c3 (patch) | |
tree | 7b2b075b72c3dfdf7a52725952a03210a8f30c2d /swamid-no-interfederation-combined.mxml | |
parent | 6e89b53eb236d60f385e51415ebbc01a5ab34d72 (diff) |
a combined feed for discovery services
Diffstat (limited to 'swamid-no-interfederation-combined.mxml')
-rw-r--r-- | swamid-no-interfederation-combined.mxml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/swamid-no-interfederation-combined.mxml b/swamid-no-interfederation-combined.mxml new file mode 100644 index 00000000..251ab211 --- /dev/null +++ b/swamid-no-interfederation-combined.mxml @@ -0,0 +1,27 @@ +<?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-no-interfederation-combined.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-sp-2.0.mxml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-idp-1.0.xml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-sp-1.0.xml" xpointer="xpointer(//*[@entityID])"/> +</EntitiesDescriptor> |