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
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
idpId |
String | Yes |
|
kid |
String | Yes |
Unique |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
targetIdpId |
String | Yes |
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.