source: aai/check-saml-metadata/saml-schema/sstc-saml-idp-discovery.xsd @ 5962

Last change on this file since 5962 was 5962, checked in by Sander Maijers, 9 years ago
  • Add a schema relevant to SAML metadata.
  • Modify mime-type of schemas.
  • Refer to SAML metadata guidelines at

https://www.clarin.eu/content/guidelines-saml-metadata-about-your-sp in SAML metadata about
SPF SPs in document header.

  • Remove extraneous whitespace, erroneous newlines, reformat XML and improve punctuation and

spelling in SAML metadata about SPF SPs.

  • Remove signature from BAS EntityDescriptor? to allow modification and reduce technical issues

(the SAML metadata guidelines will be updated to reflect this measure).

  • Improve metadata about CMU SPs (ticket #732).
  • Property svn:mime-type set to text/xml
File size: 918 bytes
Line 
1<schema
2    targetNamespace="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
3    xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
4    xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
5    xmlns="http://www.w3.org/2001/XMLSchema"
6    elementFormDefault="unqualified"
7    attributeFormDefault="unqualified"
8    blockDefault="substitution"
9    version="2.0">
10    <annotation>
11        <documentation>
12            Document identifier: sstc-saml-idp-discovery
13            Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
14            Revision history:
15            V1.0 (January 2007):
16              Initial version.
17        </documentation>
18    </annotation>
19    <import namespace="urn:oasis:names:tc:SAML:2.0:metadata"
20        schemaLocation="saml-schema-metadata-2.0.xsd"/>
21    <element name="DiscoveryResponse" type="md:IndexedEndpointType"/>
22</schema>
Note: See TracBrowser for help on using the repository browser.