PUT /api/v1/idps/credentials/keys/{kid}
Replaces an IdP Key Credential by kid
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
kid |
String | Yes |
Unique |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
created |
String | No |
Timestamp when the object was created |
n |
String | No |
The modulus value for the RSA public key |
kty |
String | No |
Identifies the cryptographic algorithm family used with the key (Supported value: |
expiresAt |
String | No |
Timestamp when the object expires |
e |
String | No |
The exponent value for the RSA public key |
kid |
String | No |
Unique identifier for the key |
x5c[] |
Array | No |
Base64-encoded X.509 certificate chain with DER encoding |
x5t#S256 |
String | No |
Base64url-encoded SHA-256 thumbprint of the DER encoding of an X.509 certificate |
use |
String | No |
Intended use of the public key (Supported value: |
lastUpdated |
String | No |
Timestamp when the object was last updated |
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.