Update IDP configuration
Partially updates the SAML2 IDP configuration. Only the fields included in the request body will be modified. Supports updating entity_id, name_id_format and is_active.
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 for the IDP
name_id_format
Name ID format for SAML assertions
is_active
Whether the IDP configuration 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
