MCP TypeScript SDK (V2)
    Preparing search index...

    Context provided to the assertion callback in CrossAppAccessProvider. Contains orchestrator-discovered information needed for JWT Authorization Grant requests.

    interface CrossAppAccessContext {
        authorizationServerUrl: string;
        fetchFn: FetchLike;
        resourceUrl: string;
        scope?: string;
    }
    Index

    Properties

    authorizationServerUrl: string

    The authorization server URL of the target MCP server. Discovered via RFC 9728 protected resource metadata.

    fetchFn: FetchLike

    Fetch function to use for HTTP requests (e.g., for IdP token exchange).

    resourceUrl: string

    The resource URL of the target MCP server. Discovered via RFC 9728 protected resource metadata.

    scope?: string

    Optional scope being requested for the MCP server.