Register a trusted IDP

Registers an external Identity Provider as trusted for the organization. Requires the IDP's entity ID, SSO URL and signing certificate in PEM format.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Path parameters

centralized_organization_slugstringRequired

Headers

Secret-AccessstringRequired

Request

This endpoint expects an object.
entity_idstringRequired
Entity ID URI of the external IDP
sso_urlstringRequired
IDP SSO URL
certificatestringRequired
IDP signing certificate in PEM format
slo_urlstringOptional
IDP Single Logout URL
name_id_formatenumOptionalDefaults to email
Name ID format

Response

Successful Response
messagestring
Message of the response
datetimestring
Datetime of the API in ISO Format
dataobjectOptional

Errors

400
Bad Request Error
409
Conflict Error
422
Unprocessable Entity Error