Clears the cache for identity-providers api requests.
Creates a new IdP on a tenant. Requesting user must be assigned the TenantAdmin
role. For non-interactive IdPs (e.g. JWT), IdP must be created by sending options
payload. For interactive IdPs (e.g. SAML or OIDC), send pendingOptions
payload to require the interactive verification step; or send options
payload with skipVerify
set to true
to skip validation step and make IdP immediately available.
Creates a new IdP on a tenant. Requesting user must be assigned the TenantAdmin
role. For non-interactive IdPs (e.g. JWT), IdP must be created by sending options
payload. For interactive IdPs (e.g. SAML or OIDC), send pendingOptions
payload to require the interactive verification step; or send options
payload with skipVerify
set to true
to skip validation step and make IdP immediately available.
an object with the body content
Optional
options: ApiCallOptionsDeletes an identity provider. Requesting user must be assigned the TenantAdmin
role.
Deletes an identity provider. Requesting user must be assigned the TenantAdmin
role.
The identity provider ID.
Optional
options: ApiCallOptionsRetrieves a specific IdP. Requesting user must be assigned the TenantAdmin
role.
Retrieves a specific IdP. Requesting user must be assigned the TenantAdmin
role.
The identity provider ID.
Optional
options: ApiCallOptionsThis endpoint retrieves any IdPs registered on the tenant.
This endpoint retrieves any IdPs registered on the tenant.
an object with query parameters
Optional
active?: booleanIf provided, filters the results by the active field.
Optional
limit?: numberThe number of IdP entries to retrieve.
Optional
next?: stringThe next page cursor.
Optional
prev?: stringThe previous page cursor.
Optional
options: ApiCallOptionsRetrieves the status of all IdP configurations. Requires TenantAdmin
role.
Retrieves the status of all IdP configurations. Requires TenantAdmin
role.
Optional
options: ApiCallOptionsReturns IdP configuration metadata supported on the tenant. Clients can use this information to programmatically configure their interactions with Qlik Cloud.
Returns IdP configuration metadata supported on the tenant. Clients can use this information to programmatically configure their interactions with Qlik Cloud.
Optional
options: ApiCallOptionsRetrieves default IdP metadata when no interactive IdP is enabled.
Retrieves default IdP metadata when no interactive IdP is enabled.
Optional
options: ApiCallOptionsUpdates the configuration of an IdP. Requesting user must be assigned the TenantAdmin
role. Partial failure is treated as complete failure and returns an error.
Updates the configuration of an IdP. Requesting user must be assigned the TenantAdmin
role. Partial failure is treated as complete failure and returns an error.
The identity provider ID.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for identity-providers api requests.