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

    Interface ConnectionOptionsIdpinitiatedSaml

    Configuration for IdP-Initiated SAML Single Sign-On. When enabled, allows users to initiate login directly from their SAML identity provider without first visiting Auth0. The IdP must include the connection parameter in the post-back URL (Assertion Consumer Service URL).

    interface ConnectionOptionsIdpinitiatedSaml {
        client_authorizequery?: string;
        client_id?: string;
        client_protocol?: Management.ConnectionOptionsIdpInitiatedClientProtocolEnumSaml;
        enabled?: boolean;
    }
    Index

    Properties

    client_authorizequery?: string

    The query string sent to the default application

    client_id?: string

    The client ID to use for IdP-initiated login requests.

    enabled?: boolean

    When true, enables IdP-initiated login support for this SAML connection. Allows users to log in directly from the identity provider without first visiting Auth0.