Manage keys

Use Key Management to create and manage JSON Web Keys (JWKS) that support OAuth 2.0 client authentication. The key is composed of a public and private key pair. The private key signs the JSON Web Token (JWT) and the public key validates it on the client side.

Create a key

  1. In the Admin Console, go to WorkflowKey Management.

  2. Click Create new key, and add a unique name for the key.

  3. Click Create key. The key is added to the table with a creation date and status.

You can further manage the keys from the Actions menu of each key. From this menu, you can rename the key, delete the key (for keys not in use), and copy the public key JSON value.

Related topics

Implement OAuth for Okta with a service app

Add an inline hook