POST /api/v1/idps/{idpId}/credentials/keys/generate

Generates a new X.509 certificate for an IdP signing Key Credential to be used for signing assertions sent to the IdP. IdP signing keys are read-only.

Note: To update an IdP with the newly generated Key Credential, update your IdP using the returned key's kid in the signing credential.

Servers

Path parameters

Name Type Required Description
idpId String Yes

id of IdP

Query parameters

Name Type Required Description
validityYears Integer Yes

expiry of the IdP Key Credential

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.