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

    Interface ConnectionAttributeMapOidc

    Configuration for mapping claims from the identity provider to Auth0 user profile attributes. Allows customizing which IdP claims populate user fields and how they are transformed.

    interface ConnectionAttributeMapOidc {
        attributes?: ConnectionAttributeMapAttributes;
        mapping_mode?: Management.ConnectionMappingModeEnumOidc;
        userinfo_scope?: string;
    }
    Index

    Properties

    userinfo_scope?: string