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
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
idpId |
String | Yes |
|
Query parameters
Name | Type | Required | Description |
---|---|---|---|
validityYears |
Integer | Yes |
expiry of the IdP Key Credential |
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.