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 (view full)

Constructors

Properties

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

Methods