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 client secret for the specified OAuth client. An OAuth client can have a maximum of 5 client secrets at one time.
Delete the specified OAuth client.
Deletes the connection config for the calling tenant, related to the supplied client id.
Deletes a specific client secret for an OAuth client.
Retrieves the specified OAuth client.
Get configuration for consent method and status.
Retrieve all OAuth clients.
Updates the specified OAuth client.
Updates the consent method for the specified OAuth client.
Publishes the specified OAuth client. By default, OAuth clients are bound to the tenant that created it. Publishing shares the client and makes it available to all other tenants within a region. Third-party applications connecting to Qlik Cloud can then have the same client ID for all Qlik Cloud tenants.
Clears the cache for oauth-clients api requests.