Create SAML Connection

Create a SAML Connection.

Request

This endpoint expects an object.
idstringOptional

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

organizationIdstringOptional
The Organization this SAML Connection belongs to.
createTimedatetimeOptional
When the SAML Connection was created.
updateTimedatetimeOptional
When the SAML Connection was last updated.
primarybooleanOptional
Whether this is the primary SAML Connection for the Organization.
spAcsUrlstringOptional

The Service Provider Assertion Consumer Service (ACS) URL.

spEntityIdstringOptional
The Service Provider Entity ID.
idpRedirectUrlstringOptional
The Identity Provider Redirect URL.
idpX509CertificatestringOptional

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

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

idpEntityIdstringOptional
The Identity Provider Entity ID.

Response

OK
samlConnectionobject or null
The created SAML Connection.

Errors