Optional
clockThere can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set.
Optional
createTells the consumer of the IdP that new users should be created on login if they don't exist.
Optional
descriptionIndicates whether the IdP is meant for interactive login. Must be true for SAML IdPs.
Optional
optionsRequired SAML configurations for IdPs with skipVerify
flag enabled.
Optional
allowIdpInitiatedLogin?: booleanToggle to allow IdP initated login by the SAML IdP.
Optional
certificates?: CertificateInfo[]The certificates used for validating signed responses. Required if metadata is not provided.
Mappings from claim name to an array of SAML attribute names that point to locations in the claims from the IdP to retrieve the value from.
Optional
entityId?: stringThe entity ID for the SAML IdP. Required if metadata is not provided.
Optional
metadata?: { raw: string }Metadata for the SAML IdP. Required if individual SAML parameters are not provided.
The IDP metadata XML in base64-encoded format.
Optional
nameIdFormat?: The name identifier format that will be requested from the identity provider.
Optional
signOnUrl?: stringThe sign on URL for the SAML IdP. Required if metadata is not provided.
Optional
pendingRequired configurations for SAML IdPs that require verification.
Optional
allowIdpInitiatedLogin?: booleanToggle to allow IdP initated login by the SAML IdP.
Optional
certificates?: CertificateInfo[]The certificates used for validating signed responses. Required if metadata is not provided.
Mappings from claim name to an array of SAML attribute names that point to locations in the claims from the IdP to retrieve the value from.
Optional
entityId?: stringThe entity ID for the SAML IdP. Required if metadata is not provided.
Optional
metadata?: { raw: string }Metadata for the SAML IdP. Required if individual SAML parameters are not provided.
The IDP metadata XML in base64-encoded format.
Optional
nameIdFormat?: The name identifier format that will be requested from the identity provider.
Optional
signOnUrl?: stringThe sign on URL for the SAML IdP. Required if metadata is not provided.
Optional
postDirect the user on logout to a specific URI.
The protocol to be used for communicating with the identity provider.
The identity provider to be used.
Optional
skipIf set to true
, skips IdP verification process and assumes the IdP is verified.
Optional
tenantThe tenant identifiers that map to the given IdP.
Payload for creating a SAML compatible identity provider.