Skip to content

Commit

Permalink
fix: remove reference to well-known trust endpoint - closes eclipse-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Dec 5, 2024
1 parent c862df8 commit 9501f14
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions specifications/catalog/catalog.binding.https.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,3 @@ Link: <https://provider.com/catalog?continuationToken=bn9556075bn44de8ab4bfc9014
a [Catalog Request](#catalog-request-message) by setting the `Content-Encoding` header to `gzip` as described in
the [HTTP 1.1 Specification](https://www.rfc-editor.org/rfc/rfc9110.html#name-gzip-coding).

## The Well-Known Proof Metadata Endpoint

When an implementation supports protected [=Datasets=], it may offer a proof metadata
endpoint clients can use to determine proof requirements. If the implementation offers a proof data endpoint, it must
use the `dspace-trust` Well-Known Uniform Resource Identifier [[rfc8615]] at the top
of the path hierarchy:

```
/.well-known/dspace-trust
```

The contents of the response is a JSON object defined by individual trust specifications and not defined here.

Note that if multiple [=Connectors=] are hosted under the same base URL,
an arbitrary path segment appended to the base well-known URL can be used, for
example, `https://example.com/.well-known/dspace-trust/connector1.` In this case, the document retrievable at
the `dspace-trust` path segment must contain all the child paths.

0 comments on commit 9501f14

Please sign in to comment.