OptionalclockThere can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set.
OptionalcreateTells the consumer of the IdP that new users should be created on login if they don't exist.
OptionaldescriptionIndicates whether the IdP is meant for interactive login. Must be true for SAML IdPs.
OptionaloptionsRequired SAML configurations for IdPs with skipVerify flag enabled.
OptionalallowIdpInitiatedLogin?: booleanToggle to allow IdP initated login by the SAML IdP.
Optionalcertificates?: 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.
OptionalentityId?: stringThe entity ID for the SAML IdP. Required if metadata is not provided.
Optionalmetadata?: { raw: string }Metadata for the SAML IdP. Required if individual SAML parameters are not provided.
The IDP metadata XML in base64-encoded format.
OptionalnameIdFormat?: The name identifier format that will be requested from the identity provider.
OptionalsignOnUrl?: stringThe sign on URL for the SAML IdP. Required if metadata is not provided.
OptionalpendingRequired configurations for SAML IdPs that require verification.
OptionalallowIdpInitiatedLogin?: booleanToggle to allow IdP initated login by the SAML IdP.
Optionalcertificates?: 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.
OptionalentityId?: stringThe entity ID for the SAML IdP. Required if metadata is not provided.
Optionalmetadata?: { raw: string }Metadata for the SAML IdP. Required if individual SAML parameters are not provided.
The IDP metadata XML in base64-encoded format.
OptionalnameIdFormat?: The name identifier format that will be requested from the identity provider.
OptionalsignOnUrl?: stringThe sign on URL for the SAML IdP. Required if metadata is not provided.
OptionalpostDirect 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.
OptionalskipIf set to true, skips IdP verification process and assumes the IdP is verified.
OptionaltenantThe tenant identifiers that map to the given IdP.
Payload for creating a SAML compatible identity provider.