Create a new OAuth client. Requires TenantAdmin role when created in-tenant. appType cannot be changed after creation. Consent method and published state can be changed after creation. For supported appType, use PATCH /oauth-clients/{id}/connection-configs/me to change consent method, and POST /oauth-clients/{id}/actions/publish to change the client to published after creation.
Create a new OAuth client. Requires
TenantAdmin
role when created in-tenant.appType
cannot be changed after creation. Consent method and published state can be changed after creation. For supportedappType
, usePATCH /oauth-clients/{id}/connection-configs/me
to change consent method, andPOST /oauth-clients/{id}/actions/publish
to change the client to published after creation.