Replace client
documentedReplaces a dynamic OAuth client.
PUT /oauth2/v1/clients/{clientId}OAuth 2.0no implementation yet0 runsInput
org_domain
Okta Organization Domain (no scheme, e.g. myorg.okta.com)
your-org.okta.com
client_id*
OAuth 2.0 Client ID
{{$client_id}}
application_type*
Application type (browser|native|web|service)
{{$application_type}}
client_name*
Client name
{{$client_name}}
client_uri
Client URI
{{$client_uri}}
logo_uri
Logo URI
{{$logo_uri}}
redirect_uris
Redirect URIs
{{$redirect_uris}}
post_logout_redirect_uris
Post Logout Redirect URIs
{{$post_logout_redirect_uris}}
response_types
Response types
{{$response_types}}
grant_types
Grant types
{{$grant_types}}
token_endpoint_auth_method
Token endpoint auth method
{{$token_endpoint_auth_method}}
initiate_login_uri
Initiate login URI
{{$initiate_login_uri}}
frontchannel_logout_uri
Front-channel logout URI
{{$frontchannel_logout_uri}}
frontchannel_logout_session_required
Require front-channel logout session
{{$frontchannel_logout_session_required}}
id_token_encrypted_response_alg
ID token encryption alg
{{$id_token_encrypted_response_alg}}
jwks
JWKS (JSON Web Key Set)
{{$jwks}}
keys
Keys (RSA)
{{$keys}}
policy_uri
Policy URI
{{$policy_uri}}
Calls Okta as you (your API key is your account); keychains.dev holds the credentials.