<md:EntityDescriptor entityID="..."> | The SP entity ID. Defaults to the ACS URL unless CUSTOM_ENTITY_ID_FOR_GENERIC_SSO is set, in which case that value is used instead. |
<md:SPSSODescriptor> | Container for all SP SSO descriptor information. Always includes WantAssertionsSigned="true" and protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol". |
AuthnRequestsSigned attribute | Always present on SPSSODescriptor. Set to "true" when an SP signing certificate is configured, "false" otherwise. |
<md:NameIDFormat> | Always urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress. EK expects the IdP to provide the user’s email address as the NameID. |
<md:AssertionConsumerService> | The ACS endpoint. Always uses HTTP-POST binding, index 0, and isDefault="true". The Location is derived from the EK backend root URL: {BACKEND_ROOT_URL}/user/generic/sso/saml/acs/admin. |