Skip to main content

connection_jwks

Creates, updates, deletes, gets or lists a connection_jwks resource.

Overview

Nameconnection_jwks
TypeResource
Idokta.apps.connection_jwks

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
jwksobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_user_provisioning_connection_jwksselectsubdomainRetrieves a JWKS for the default provisioning connection. This can be used by the OAuth 2.0 app's jwk_uri property in the target org.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subdomainstringThe domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains. (default: my-org)

SELECT examples

Retrieves a JWKS for the default provisioning connection. This can be used by the OAuth 2.0 app's jwk_uri property in the target org.

SELECT
jwks
FROM okta.apps.connection_jwks
WHERE subdomain = '{{ subdomain }}' -- required;