Skip to main content
The EK backend exposes a public SAML Service Provider (SP) metadata endpoint that Identity Providers (IdPs) can consume to automatically establish trust with the application. This removes the need for administrators to manually exchange SP configuration details during SSO setup.

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.
Rather than requiring an administrator to copy-paste each of these values individually, this endpoint provides them all in a single standards-compliant SAML 2.0 metadata XML document. Administrators can either point their IdP directly at this URL or download the XML and upload it to the IdP. For step-by-step instructions on how to use this endpoint during setup, see the SSO Metadata Setup Guide.

Response Format

The endpoint returns a SAML 2.0 EntityDescriptor document. Below is a representative example:

Guaranteed vs. Optional Components

Guaranteed (always present)

Optional (conditionally present)