API → Orgs → Update the SAML identity provider
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
idp_metadata_source
oneOfoptionalsigning_keypair
objectoptionalObject Properties
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
put
/org/saml/idp$ curl -X PUT "https://api.zoo.dev/org/saml/idp" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"idp_entity_id": "1mBYqJn76Wil1yiRpfRKj8",
"idp_metadata_source": {
"data": "BASE64_ENCODED_BYTE_STRING",
"type": "base64_encoded_xml"
},
"signing_keypair": {
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING"
},
"technical_contact_email": "tJ@MEdXIhZP0W.com"
}'
200 OK
Response{
"acs_url": "https://sO.nhQnTpF73E.com/VpFcZHU/UnEjstXW978",
"created_at": "2025-01-07T20:43:56.951Z",
"id": "7805ba2f-fd07-4fce-88fc-5bc42ddbfbbf",
"idp_entity_id": "IqjOwdwz",
"idp_metadata_document_string": "u",
"org_id": "af48d759-5101-4782-a1c7-781cfa7914ef",
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING",
"slo_url": "https://9K58K.IrgY.com/lC/BSlJ2LSsya5",
"technical_contact_email": "YeqAHzuYq@7wqiMiSHGl.com",
"updated_at": "2025-01-07T20:43:56.951Z"
}