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

    Interface ConnectionOptionsAdfs

    Options for the 'adfs' connection

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    adfs_server?: string

    ADFS federation metadata host or XML URL used to discover WS-Fed endpoints and certificates. Errors if adfs_server and fedMetadataXml are both absent.

    domain_aliases?: ConnectionDomainAliases
    entityId?: string

    The entity identifier (Issuer) for the ADFS Service Provider. When not provided, defaults to 'urn:auth0:{tenant}:{connection}'.

    fedMetadataXml?: string
    icon_url?: string
    prev_thumbprints?: ConnectionThumbprints
    should_trust_email_verified_connection?: Management.ConnectionShouldTrustEmailVerifiedConnectionEnum
    signInEndpoint?: string
    tenant_domain?: string
    thumbprints?: ConnectionThumbprints
    user_id_attribute?: string

    Custom ADFS claim to use as the unique user identifier. When provided, this attribute is prepended to the default user_id mapping list with highest priority. Accepts a string (single ADFS claim name).

    non_persistent_attrs?: ConnectionNonPersistentAttrs