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

    Interface SelfServiceProfileSsoTicketConnectionConfig

    If provided, this will create a new connection for the SSO flow with the given configuration

    interface SelfServiceProfileSsoTicketConnectionConfig {
        name: string;
        display_name?: string;
        is_domain_connection?: boolean;
        show_as_button?: boolean;
        metadata?: ConnectionsMetadata;
        options?: SelfServiceProfileSsoTicketConnectionOptions;
    }
    Index

    Properties

    name: string

    The name of the connection that will be created as a part of the SSO flow.

    display_name?: string

    Connection name used in the new universal login experience

    is_domain_connection?: boolean

    true promotes to a domain-level connection so that third-party applications can use it. false does not promote the connection, so only first-party applications with the connection enabled can use it. (Defaults to false.)

    show_as_button?: boolean

    Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. (Defaults to false.)