diff options
author | Leif Johansson <leifj@sunet.se> | 2011-09-20 17:12:57 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-09-20 17:12:57 +0200 |
commit | e7f2d267068411f5c1a8e8d19d6622b846073c0f (patch) | |
tree | 3e7a6af1e234ffc900d284cd87f8be084d11ce91 /swamid-2.0.mxml | |
parent | 4363053134718258977d05849d8d3e1a424ae599 (diff) |
swamid 2.0 structure
Diffstat (limited to 'swamid-2.0.mxml')
-rw-r--r-- | swamid-2.0.mxml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/swamid-2.0.mxml b/swamid-2.0.mxml new file mode 100644 index 00000000..65413660 --- /dev/null +++ b/swamid-2.0.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" + 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-sp-2.0.mxml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-externals-2.0.mxml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-interfederations-2.0.mxml" xpointer="xpointer(//*[@entityID])"/> + <xi:include href="swamid-backport-1.0.xml" xpointer="xpointer(//*[@entityID])"/> +</EntitiesDescriptor> |