diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-03-06 11:22:05 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-03-06 11:22:05 +0100 |
commit | 467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 (patch) | |
tree | d3576d5f2d4b5cc676c0a12ef8f8c3c83b474bf5 /schema/sstc-saml-idp-discovery.xsd | |
parent | bc1d55080e5d42e6ef2bba892d640aa8f68bbc90 (diff) |
Moved files to make ths repo signed
Diffstat (limited to 'schema/sstc-saml-idp-discovery.xsd')
-rw-r--r-- | schema/sstc-saml-idp-discovery.xsd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/schema/sstc-saml-idp-discovery.xsd b/schema/sstc-saml-idp-discovery.xsd deleted file mode 100644 index 00da6a38..00000000 --- a/schema/sstc-saml-idp-discovery.xsd +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0"?> -<schema xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" - xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" - xmlns="http://www.w3.org/2001/XMLSchema" - targetNamespace="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" - elementFormDefault="unqualified" - attributeFormDefault="unqualified" - blockDefault="substitution" - version="1.0"> - - <annotation> - <documentation> - Document identifier: sstc-saml-idp-discovery - Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security - Revision history: - V1.0 (January 2007): - Initial version. - </documentation> - </annotation> - - <import namespace="urn:oasis:names:tc:SAML:2.0:metadata" schemaLocation="classpath:/schema/saml-schema-metadata-2.0.xsd" /> - - <element name="DiscoveryResponse" type="md:IndexedEndpointType" /> - -</schema> |