envs

Okta — an application's credentials

okta/app · version 1

envs add okta/app

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
OKTA_CLIENT_ORGURL required config Your org, such as example.okta.com. An address. Okta turns each config value into a variable name by this scheme, so the name is documented even though this one is not a credential.. where to get it
OKTA_CLIENT_TOKEN optional secret An API token. Okta shows it once and says that is the only opportunity to see it, and recommends OAuth over this scheme. No shape documented.. where to get it
OKTA_OAUTH2_CLIENT_ID optional secret Okta separates public clients from confidential ones but never says this value may be published, so it is secret here. That is the cautious reading rather than a statement of Okta's.. where to get it
OKTA_OAUTH2_CLIENT_SECRET optional secret For a confidential client only. A public client has none, which is the distinction Okta draws.. where to get it

The JSON the CLI reads