v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Create SAML Connection

Create a SAML Connection.

post/v1/saml-connections

Request body

idstring

The SAML Connection ID. Starts with saml_connection_....

organizationIdstring

The Organization this SAML Connection belongs to.

createTimestring date-time

When the SAML Connection was created.

updateTimestring date-time

When the SAML Connection was last updated.

primaryboolean

Whether this is the primary SAML Connection for the Organization.

spAcsUrlstring

The Service Provider Assertion Consumer Service (ACS) URL.

spEntityIdstring

The Service Provider Entity ID.

idpRedirectUrlstring

The Identity Provider Redirect URL.

idpX509Certificatestring

The Identity Provider certificate, in PEM-encoded X.509 format.

Starts with ----BEGIN CERTIFICATE----.

idpEntityIdstring

The Identity Provider Entity ID.

Response

OK