1 <?xml version="1.0" encoding="UTF-8"?>
3 <!-- A single-entity "Federation" consisting of example.org.
4 Defines both an IdP and an SP.
5 All Role Endpoints are hosted on shibboleth.example.org,
6 which should appear in the "hosts" file mapped to 127.0.0.1
7 You may change the protocol and port to switch to/from https.
11 xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:metadata ../schemas/sstc-saml-schema-metadata-2.0.xsd urn:mace:shibboleth:metadata:1.0 ../schemas/shibboleth-metadata-1.0.xsd"
14 Name="urn:mace:inqueue"
15 validUntil="2010-01-01T00:00:00Z">
17 <EntityDescriptor entityID="urn:mace:inqueue:example.org">
18 <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0">
20 <shib:Scope xmlns:shib="urn:mace:shibboleth:metadata:1.0">example.org</shib:Scope>
22 <KeyDescriptor use="signing">
23 <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
24 <ds:KeyName>shibboleth.example.org</ds:KeyName>
27 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
28 <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest"
29 Location="http://shibboleth.example.org:8080/shibboleth/SSO"/>
31 <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol">
33 <shib:Scope xmlns:shib="urn:mace:shibboleth:metadata:1.0">example.org</shib:Scope>
35 <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
36 Location="http://shibboleth.example.org:8080/shibboleth/AA"/>
37 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
38 </AttributeAuthorityDescriptor>
39 <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol">
41 <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
42 <ds:KeyName>shibboleth.example.org</ds:KeyName>
45 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
46 <AssertionConsumerService index="0"
47 Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
48 Location="http://shibboleth.example.org:8080/shibboleth/Shibboleth.shire"/>
51 <OrganizationName xml:lang="en">Example Entity</OrganizationName>
52 <OrganizationDisplayName xml:lang="en">Example Entity</OrganizationDisplayName>
53 <OrganizationURL xml:lang="en">http://shibboleth.internet2.edu/</OrganizationURL>
55 <ContactPerson contactType="technical">
56 <SurName>InQueue Support</SurName>
57 <EmailAddress>inqueue-support@internet2.edu</EmailAddress>