Skip to main content
POST
Create SAML configuration

Authorizations

Authorization
string
header
required

This API uses OAuth2 with the implicit grant flow. Learn about the implicit grant flow.

Body

application/json
entrypoint
string
required

The entrypoint URL of the identity provider; SSO redirects the AuthnRequest there.

certificate
string
required

The SAML certificate configured on the IDP side in PEM format.

idp_entity_id
string
required

The entity ID of the external identity provider; usually a URL.

sp_entity_id
string

The entity ID of Text Accounts; it has a default value that can be changed.

Response

Created: SAML configuration was created.