1 <EntityDescriptor entityID="$IDP_ENTITY_ID$"
2 xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
3 xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
4 xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7 <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
10 <shibmd:Scope regexp="false">$IDP_SCOPE$</shibmd:Scope>
23 <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
24 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML1/SOAP/ArtifactResolution"
27 <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
28 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML2/SOAP/ArtifactResolution"
31 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
32 <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
34 <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest"
35 Location="https://$IDP_HOSTNAME$/idp/profile/Shibboleth/SSO" />
37 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
38 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/POST/SSO" />
40 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"
41 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/POST-SimpleSign/SSO" />
43 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
44 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/Redirect/SSO" />
47 <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
50 <shibmd:Scope regexp="false">$IDP_SCOPE$</shibmd:Scope>
63 <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
64 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML1/SOAP/AttributeQuery" />
66 <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
67 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML2/SOAP/AttributeQuery" />
69 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
70 <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
72 </AttributeAuthorityDescriptor>