Update a trusted IDP

Partially updates a trusted IDP. Useful for rotating the IDP signing certificate. Only the fields included in the request body will be modified.

Authentication

Api-Keystring

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

Path parameters

trusted_idp_idintegerRequired

Headers

Secret-AccessstringRequired

Request

This endpoint expects an object.
sso_urlstringOptional
IDP SSO URL
slo_urlstringOptional
IDP Single Logout URL
certificatestringOptional
IDP signing certificate in PEM format
name_id_formatenumOptional
Name ID format
is_activebooleanOptional
Whether the trusted IDP is active

Response

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

Errors

400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error