Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CrossAppAccessRequestingApp

    Configure the connection to be used as a Requesting Application for Cross App Access.

    interface CrossAppAccessRequestingApp {
        active: boolean;
    }
    Index
    active: boolean

    Set to true to enable the connection as a Requesting Application for Cross App Access. On oidc connections this requires options.type to be back_channel. Setting false is always accepted, so the role can be turned off even if the tenant or connection no longer supports it.