Discovery

ESS uses /.well-known URIs to provide metadata about its services.

Note RFC 8615 (Well-Known Uniform Resource Identifiers (URIs) RFC specification) is currently in proposal state.

  • Features based on draft/proposed specifications are subject to change and/or removal.

  • The properties found in ESS services’ metadata may use custom properties (i.e., not defined in the Solid Vocabularies ) and are also subject to change and/or removal.

/.well-known URIs

/.well-known/openid-configuration

ESS provides Solid OIDC Broker Service metadata at the following /.well-known/openid-configuration URI:

https://openid.<ESS DOMAIN>/.well-known/openid-configuration

The endpoint returns the current deployment’s Solid OIDC Broker Service metadata.

/.well-known/solid

Subject to Change This endpoint is subject to change and may be replaced in the future.

ESS provides Pod Storage Service (and related) metadata at the following .well-known/solid URI:

https://storage.{ESS Domain}/.well-known/solid

Its Response.body returns Resource Description Framework (RDF) statements. Depending on your configuration, the response can include information about:

  • Maximum number of Pods allowed per Agent.

  • Notification Gateway endpoint.

  • Provision service endpoint.

  • QPF service endpoint.

/.well-known/uma2-configuration

ESS provides UMA service metadata resource at the following /.well-known/uma2-configuration URI:

The endpoint returns the current deployment’s UMA service configuration:

/.well-known/vc-configuration

Subject to Change This endpoint is subject to change and may be replaced in the future.

ESS provides a Access Grant Service metadata resource at the following /.well-known/vc-configuration URI:

The endpoint returns a JSON-LD document that includes the locations for the Access Grant Service endpoints:

Last updated