Endpoint
Purpose
When configuring SAML SSO between an IdP (e.g., Okta, Azure AD, OneLogin) and EK, the IdP needs to know several things about the SP:- Entity ID — a unique identifier for the SP.
- Assertion Consumer Service (ACS) URL — where the IdP should POST SAML responses.
- Supported NameID format — how the IdP should identify the user.
- Signing certificate (if applicable) — the public key the IdP can use to verify signed AuthnRequests.
Response Format
The endpoint returns a SAML 2.0EntityDescriptor document. Below is a representative example: