POST /api/v1/idps/{idpId}/credentials/keys/{kid}/clone

Clones an X.509 certificate for an IdP signing Key Credential from a source IdP to target IdP

Caution: Sharing certificates isn't a recommended security practice.

Note: If the key is already present in the list of Key Credentials for the target IdP, you receive a 400 error response.

Servers

Path parameters

Name Type Required Description
idpId String Yes

id of IdP

kid String Yes

Unique id of the IdP Key Credential

Query parameters

Name Type Required Description
targetIdpId String Yes

id of the target IdP

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.