JWK generation part of the create a server to server app

When creating a Server to server app, you can now generate the jwk via the adim console.
However it doesn’t seem to be available via the API and hence terraform, as the admin console calls an API(?) should they not be released together?

Currently the API requires you to generate the key outside of the terraform script and pass in.

Hello,

The keys generated by Okta should be for testing purposes only,

Note: Use the Admin Console to generate a JWK public/private key pair for testing purposes only. For a production use case, use your own internal instance of the key pair generator. See this key pair generator (opens new window)for an example.

Therefore the APIs are internal as they are not intended for production use.

2 Likes