Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface ConnectionOptionsSaml

    Options for the 'samlp' connection

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    assertion_decryption_settings?: ConnectionAssertionDecryptionSettings
    cert?: string
    entityId?: string
    icon_url?: string
    signInEndpoint?: string
    signSAMLRequest?: boolean
    tenant_domain?: string
    upstream_params?: ConnectionUpstreamParams
    debug?: boolean
    deflate?: boolean
    destinationUrl?: string
    disableSignout?: boolean

    When true, disables sending SAML logout requests (SingleLogoutService) to the identity provider during user sign-out. The user will be logged out of Auth0 but will remain logged into the identity provider. Defaults to false (federated logout enabled).

    global_token_revocation_jwt_iss?: string
    global_token_revocation_jwt_sub?: string
    metadataUrl?: string
    metadataXml?: string
    recipientUrl?: string
    requestTemplate?: string
    signingCert?: string
    signOutEndpoint?: string
    user_id_attribute?: string