This Adapter redirects the find call to its source adapter. In case no client data was found in the source for the given Client ID, this class will do an HTTP GET request to that Client ID. If the result is a valid Client ID document, that will be returned instead.

See https://solidproject.org/TR/2022/oidc-20220328#clientids-document.

Hierarchy

Constructors

Properties

logger: Logger = ...
name: string
source: Adapter

Methods

  • Parses RDF data found at a Client ID.

    Parameters

    • data: string

      Raw data from the Client ID.

    • id: string

      The actual Client ID.

    • response: Response

      Response object from the request.

    Returns Promise<AdapterPayload>