diff options
author | Leif Johansson <leifj@sunet.se> | 2014-08-28 12:14:08 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-08-28 12:14:08 +0200 |
commit | 336f7c68853947907f0fad53b42e10011369758f (patch) | |
tree | abe8b50aae570145274bb15fc49fd5246cfd2a71 /swamid-registered.mxml | |
parent | 3b003b970f6e8cd20a39409d952d5c4cfabfbf9e (diff) |
swamid-registered
Diffstat (limited to 'swamid-registered.mxml')
-rw-r--r-- | swamid-registered.mxml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/swamid-registered.mxml b/swamid-registered.mxml new file mode 100644 index 00000000..b4307916 --- /dev/null +++ b/swamid-registered.mxml @@ -0,0 +1,28 @@ +<?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/swamid-tou-sv.txt Swedish version - Legally Binding! +- http://md.swamid.se/md/swamid-tou-en.txt English version - Non-normative translation + +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])"/> +</EntitiesDescriptor> |