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>
24 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
25 <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
27 <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
28 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML1/SOAP/ArtifactResolution"
31 <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
32 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML2/SOAP/ArtifactResolution"
35 <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest"
36 Location="https://$IDP_HOSTNAME$/idp/profile/Shibboleth/SSO" />
39 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
40 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/POST/SSO" />
42 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"
43 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/POST-SimpleSign/SSO" />
45 <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
46 Location="https://$IDP_HOSTNAME$/idp/profile/SAML2/Redirect/SSO" />
49 <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
52 <shibmd:Scope regexp="false">$IDP_SCOPE$</shibmd:Scope>
66 <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
67 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML1/SOAP/AttributeQuery" />
69 <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
70 Location="https://$IDP_HOSTNAME$:8443/idp/profile/SAML2/SOAP/AttributeQuery" />
72 <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
73 <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
74 </AttributeAuthorityDescriptor>