From a36161db26478d7a09b5ebc1c920388619d20113 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 30 Jul 2006 21:23:04 +0000 Subject: [PATCH] Add latest CD extensions. --- schemas/Makefile.am | 5 +- schemas/saml20-catalog.xml.in | 3 ++ schemas/sstc-saml-metadata-ext-query.xsd | 66 +++++++++++++++++++++++++++ schemas/sstc-saml-protocol-ext-thirdparty.xsd | 29 ++++++++++++ schemas/sstc-saml1x-metadata.xsd | 25 ++++++++++ 5 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 schemas/sstc-saml-metadata-ext-query.xsd create mode 100644 schemas/sstc-saml-protocol-ext-thirdparty.xsd create mode 100644 schemas/sstc-saml1x-metadata.xsd diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 10eb5e3..d12acdd 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -38,7 +38,10 @@ schemas = soap-envelope.xsd \ saml-schema-metadata-2.0.xsd \ saml-schema-protocol-2.0.xsd \ saml-schema-x500-2.0.xsd \ - saml-schema-xacml-2.0.xsd + saml-schema-xacml-2.0.xsd \ + sstc-saml1x-metadata.xsd \ + sstc-saml-metadata-ext-query.xsd \ + sstc-saml-protocol-ext-thirdparty.xsd pkgxmldir = $(datadir)/xml/@PACKAGE@ diff --git a/schemas/saml20-catalog.xml.in b/schemas/saml20-catalog.xml.in index 1e2b797..9fb17d7 100644 --- a/schemas/saml20-catalog.xml.in +++ b/schemas/saml20-catalog.xml.in @@ -10,4 +10,7 @@ + + + diff --git a/schemas/sstc-saml-metadata-ext-query.xsd b/schemas/sstc-saml-metadata-ext-query.xsd new file mode 100644 index 0000000..75b9fac --- /dev/null +++ b/schemas/sstc-saml-metadata-ext-query.xsd @@ -0,0 +1,66 @@ + + + + + + + Document title: SAML Metadata Extension Schema for Query Requester + Document identifier: sstc-saml-metadata-ext-query.xsd + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (February 2006): + Initial version. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/schemas/sstc-saml-protocol-ext-thirdparty.xsd b/schemas/sstc-saml-protocol-ext-thirdparty.xsd new file mode 100644 index 0000000..9358620 --- /dev/null +++ b/schemas/sstc-saml-protocol-ext-thirdparty.xsd @@ -0,0 +1,29 @@ + + + + + + Document title: SAML Protocol Extension Schema for Third-Party Requests + Document identifier: sstc-saml-protocol-ext-thirdparty.xsd + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (February 2006): + Initial version. + + + + + + + + + + diff --git a/schemas/sstc-saml1x-metadata.xsd b/schemas/sstc-saml1x-metadata.xsd new file mode 100644 index 0000000..569e25d --- /dev/null +++ b/schemas/sstc-saml1x-metadata.xsd @@ -0,0 +1,25 @@ + + + + Document identifier: sstc-saml1x-metadata + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (July 2006): + Initial version. + + + + + + + + + + -- 2.1.4