idpkeys
Overview
Name | idpkeys |
Type | Resource |
Id | okta.identityprovider.idpkeys |
Fields
Name | Datatype |
---|---|
_links | object |
alg | string |
created | string |
e | string |
expiresAt | string |
false | string |
key_ops | array |
kid | string |
kty | string |
lastUpdated | string |
status | string |
use | string |
x5c | array |
x5t | string |
x5t#S256 | string |
x5u | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | idpId, keyId, subdomain | Gets a specific IdP Key Credential by kid |
list | SELECT | idpId, subdomain | Enumerates signing key credentials for an IdP |
insert | INSERT | idpId, validityYears, subdomain | Generates a new X.509 certificate for an IdP signing key credential to be used for signing assertions sent to the IdP |
clone | EXEC | idpId, keyId, targetIdpId, subdomain | Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdP |