Register a service provider
Registers a new SAML2 Service Provider for the organization. Requires the SP’s entity ID and ACS URL. Optionally accepts an SLO URL and a name ID format (defaults to email).
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Path parameters
centralized_organization_slug
Headers
Secret-Access
Request
This endpoint expects an object.
entity_id
Entity ID URI of the Service Provider
acs_url
Assertion Consumer Service URL
slo_url
Single Logout URL
name_id_format
Name ID format
Response
Successful Response
message
Message of the response
datetime
Datetime of the API in ISO Format
data
Errors
400
Bad Request Error
409
Conflict Error
422
Unprocessable Entity Error
