<md:EntityDescriptor entityID="https://ENTITYID.OF.YOUR.SP - REQUIRED - CHANGE_IT" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <mdui:UIInfo> <mdui:DisplayName xml:lang="en"> SP DISPLAY NAME IN ENGLISH LANGUAGE - RECCOMENDED </mdui:DisplayName> <mdui:DisplayName xml:lang="RFC5646_LANGUAGE_TAG-CHANGE_IT"> SP DISPLAY NAME IN THE NATIVE LANGUAGE - RECCOMENDED </mdui:DisplayName> <!-- If you don't add any other DisplayName TAGS remove this comment, please --> <mdui:Description xml:lang="en"> SP DESCRIPTION IN ENGLISH LANGUAGE - RECCOMENDED </mdui:Description> <mdui:Description xml:lang="RFC5646_LANGUAGE_TAG-CHANGE_IT"> SP DESCRIPTION IN THE NATIVE LANGUAGE - RECCOMENDED </mdui:Description> <!-- If you don't add any other Description TAGS remove this comment, please --> </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> <ds:KeyInfo> <ds:X509Data> <ds:X509Certificate> SP_SELF-SIGNED_SUGGESTED_CERTIFICATE_USED_TO_SIGN_AND_ENCRYPT_THE_ASSERTIONS_EXCHANGED_WITH_A_IDP-CHANGE_IT </ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> <md:ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://..." index="1" /> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://..." /> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://..." /> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://..." /> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://..." /> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://..." index="1" /> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://..." index="2" /> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://..." index="3" /> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://..." index="4" /> <md:AttributeConsumingService index="1"> <!-- example for the required attribute: mail - CHANGE_IT - RECCOMENDED --> <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /> <!-- example for the required attribute: eduPersonPrincipalName - CHANGE_IT - RECCOMENDED--> <md:RequestedAttribute FriendlyName="eppn" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /> </md:AttributeConsumingService> </md:SPSSODescriptor> <md:Organization> <md:OrganizationName xml:lang="en"> ORGANIZATION NAME IN ENGLISH LANGUAGE - RECCOMENDED </md:OrganizationName> <md:OrganizationName xml:lang=RFC5646_LANGUAGE_TAG-CHANGE_IT> ORGANIZATION NAME IN THE NATIVE LANGUAGE - RECCOMENDED </md:OrganizationName> <!-- If you don't add any other OrganizationName TAGS remove this comment, please --> <md:OrganizationDisplayName xml:lang="en"> ORGANIZATION DISPLAY NAME IN ENGLISH LANGUAGE - RECCOMENDED </md:OrganizationDisplayName> <md:OrganizationDisplayName xml:lang=RFC5646_LANGUAGE_TAG-CHANGE_IT> ORGANIZATION DISPLAY NAME IN THE NATIVE LANGUAGE - RECCOMENDED </md:OrganizationDisplayName> <!-- If you don't add any other OrganizationDisplayName TAGS remove this comment, please --> <md:OrganizationURL xml:lang="en"> ORGANIZATION URL IN ENGLISH LANGUAGE - RECCOMENDED </md:OrganizationURL> <md:OrganizationURL xml:lang="RFC5646_LANGUAGE_TAG-CHANGE_IT"> ORGANIZATION URL IN THE NATIVE LANGUAGE - RECCOMENDED </md:OrganizationURL> <!-- If you don't add any other OrganizationURL TAGS remove this comment, please --> </md:Organization> <md:ContactPerson contactType="technical"> <!-- If present, <md:EmailAddress> SHOULD be the entity's responsible persons, not personal, address. Remove this comment after changes --> <md:EmailAddress>mailto:EMAIL.ADDRESS.FOR.SP.TECHNICAL.CONTACT - CHANGE-IT - SUGGESTED</md:EmailAddress> </md:ContactPerson> <!-- AND/OR --> <md:ContactPerson contactType="support"> <!-- If present, <md:EmailAddress> SHOULD be the entity's responsible persons, not personal, address. Remove this comment after changes --> <md:EmailAddress>mailto:EMAIL.ADDRESS.FOR.SP.SUPPORT.CONTACT - CHANGE-IT - SUGGESTED</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor>