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

    Type Alias ConnectionFieldsMapSaml

    ConnectionFieldsMapSaml: Record<
        string,
        Management.ConnectionFieldsMapSaml.Value,
    >

    Maps SAML assertion attributes from the identity provider to Auth0 user profile attributes. Format: { 'auth0_field': 'saml_attribute' } or { 'auth0_field': ['saml_attr1', 'saml_attr2'] } for fallback options. Merged with default mappings for email, name, given_name, family_name, and groups.