diff --git a/docs/spec/sections/use-case-requirements.html b/docs/spec/sections/use-case-requirements.html index 98c49d1201..1d7f79cc11 100644 --- a/docs/spec/sections/use-case-requirements.html +++ b/docs/spec/sections/use-case-requirements.html @@ -89,7 +89,7 @@
-2. Review the serviceEndpoint
, assertionMethod
, and authentication
sections of the DID document.
+2. Review the serviceEndpoint
, and assertionMethod
sections of the DID document.
-This entry MUST have an element of type TraceabilityAPI
with a serviceEndpoint
URL for a VC-API that supports presentation exchange.
+This entry MUST have an element of type TraceabilityAPI
with a serviceEndpoint
URL for an endpoint which supports presentation exchange.
For example:
@@ -122,24 +122,15 @@This definition implies the following endpoints:
+This definition implies that a /presentations
endpoint is available for data submissions:
-https://platform.example/organization/123/credentials/issue -https://platform.example/organization/123/credentials/verify https://platform.example/organization/123/presentations
-These endpoints always require the application to be authenticated: -
+This endpoint must be secured as defined in Authentication. --https://platform.example/organization/123/credentials/issue -- -
-Implementations are encouraged to require authentication for all endpoints.