SAML

Used in authentication flows using SAML.

SAML Metadata

The Service Provider's SAML metadata

SecurityNone or DevBrowser
Request
path Parameters
saml_connection_id
required
string

The ID of the SAML Connection

Responses
200

OK

400

Request was not successful

404

Request was not successful

get/v1/saml/metadata/{saml_connection_id}
Response samples
application/json
{
  • "errors": [
    ],
  • "meta": { }
}

SAML ACS

The SAML Assertion Consumer Service (ACS) endpoint, which processes SAML Responses by the IdP.

SecurityNone or DevBrowser
Request
path Parameters
saml_connection_id
required
string

The ID of the SAML Connection

Responses
302

OK

303

OK

400

Request was not successful

401

Request was not successful

403

Request was not successful

404

Request was not successful

post/v1/saml/acs/{saml_connection_id}
Response samples
application/json
{
  • "errors": [
    ],
  • "meta": { }
}