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
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsThis endpoint retrieves any IdPs registered on the tenant.
This endpoint retrieves any IdPs registered on the tenant.
an object with query parameters
Optionalactive?: booleanIf provided, filters the results by the active field.
Optionallimit?: numberThe number of IdP entries to retrieve.
Optionalnext?: stringThe next page cursor.
Optionalprev?: stringThe previous page cursor.
Optionaloptions: ApiCallOptionsRetrieves the status of all IdP configurations. Requires TenantAdmin role.
Retrieves the status of all IdP configurations. Requires TenantAdmin role.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsRetrieves default IdP metadata when no interactive IdP is enabled.
Retrieves default IdP metadata when no interactive IdP is enabled.
Optionaloptions: 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
Optionaloptions: ApiCallOptions
Clears the cache for identity-providers api requests.