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.
Deletes an identity provider. Requesting user must be assigned the TenantAdmin
role.
Retrieves a specific IdP. Requesting user must be assigned the TenantAdmin
role.
This endpoint retrieves any IdPs registered on the tenant.
Retrieves the status of all IdP configurations. Requires TenantAdmin
role.
Returns IdP configuration metadata supported on the tenant. Clients can use this information to programmatically configure their interactions with Qlik Cloud.
Retrieves default IdP metadata when no interactive IdP is enabled.
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.
Clears the cache for identity-providers api requests.