This {@link Adapter} redirects the find call to its source adapter.
In case no client data was found in the source for the given WebId,
this class will do an HTTP GET request to that WebId.
If a valid solid:oidcRegistration triple is found there,
that data will be returned instead.
Validates if the quad object contains valid JSON with the required client_id.
In case of success, the AdapterPayload will be returned, otherwise an error will be thrown.
This {@link Adapter} redirects the
find
call to its source adapter. In case no client data was found in the source for the given WebId, this class will do an HTTP GET request to that WebId. If a validsolid:oidcRegistration
triple is found there, that data will be returned instead.