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_id
Headers
Secret-Access
Request
This endpoint expects an object.
sso_url
IDP SSO URL
slo_url
IDP Single Logout URL
certificate
IDP signing certificate in PEM format
name_id_format
Name ID format
is_active
Whether the trusted IDP is active
Response
Successful Response
message
Message of the response
datetime
Datetime of the API in ISO Format
data
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
