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

    Interface ConnectionOptionsAd

    Options for the 'ad' connection

    interface ConnectionOptionsAd {
        agentIP?: string;
        agentMode?: boolean;
        agentVersion?: string;
        brute_force_protection?: boolean;
        certAuth?: boolean;
        certs?: ConnectionCertsAd;
        disable_cache?: boolean;
        disable_self_service_change_password?: boolean;
        domain_aliases?: ConnectionDomainAliasesAd;
        icon_url?: string;
        ips?: ConnectionIpsAd;
        kerberos?: boolean;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        signInEndpoint?: string;
        tenant_domain?: string;
        thumbprints?: ConnectionThumbprintsAd;
        upstream_params?: ConnectionUpstreamParams;
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    agentIP?: string
    agentMode?: boolean
    agentVersion?: string
    brute_force_protection?: boolean
    certAuth?: boolean

    Enables client SSL certificate authentication for the AD connector, requiring HTTPS on the sign-in endpoint

    disable_cache?: boolean

    When enabled, disables caching of AD connector authentication results to ensure real-time validation against the directory

    disable_self_service_change_password?: boolean

    When enabled, hides the 'Forgot Password' link on login pages to prevent users from initiating self-service password resets

    domain_aliases?: ConnectionDomainAliasesAd
    icon_url?: string
    kerberos?: boolean

    Enables Windows Integrated Authentication (Kerberos) for seamless SSO when users authenticate from within the corporate network IP ranges

    signInEndpoint?: string
    tenant_domain?: string
    upstream_params?: ConnectionUpstreamParams
    non_persistent_attrs?: ConnectionNonPersistentAttrs