API → OrgsUpdate the SAML identity provider

Parameters

Name

Type

Req.

Returns

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": "bg1JWBXgay5GHKCNSENR",
  "idp_metadata_source": {
    "type": "url",
    "url": "https://Ku9ycjO..com/jwwFnFbfCKR/HY"
  },
  "signing_keypair": {
    "private_key": "BASE64_ENCODED_BYTE_STRING",
    "public_cert": "BASE64_ENCODED_BYTE_STRING"
  },
  "technical_contact_email": "@KBCzeUZNsZ.com"
}'
200 OK
Response
{
  "acs_url": "https://.i.com/S/x",
  "created_at": "2024-09-19T16:12:08.575Z",
  "id": "42db09c0-69ae-4a1f-941f-bc21aec98c40",
  "idp_entity_id": "1RhT",
  "idp_metadata_document_string": "0ZWdtPSPuqo",
  "org_id": "4f72c10a-161c-4edf-97d9-f0fe5d2cd368",
  "private_key": "BASE64_ENCODED_BYTE_STRING",
  "public_cert": "BASE64_ENCODED_BYTE_STRING",
  "slo_url": "https://puOIlFrTeG9V.uxTP1dFW.com/TAJDU/ewZBxislAGSt",
  "technical_contact_email": "BANhIMim@u.com",
  "updated_at": "2024-09-19T16:12:08.575Z"
}