From c81fa61495584c53e9640968f5b877522b59e1ce Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 28 May 2025 14:44:52 -0700 Subject: [PATCH 1/3] Add some basic guidance --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index 6e8a43fc..ff04b128 100644 --- a/index.html +++ b/index.html @@ -482,6 +482,28 @@

Details of how to actually get the [=digital credential=] are forthcoming. + +
    +
  1. + + When multiple [=digital credential/presentation requests=] are present + in {{DigitalCredentialRequestOptions/requests}}, + [=user agents=] MUST only return one + [=digital credential/presentation responses | presentation response=] for one + of these requests. + Multiple credentials MAY be present in this one response depending on the capabilities + of the corresponding [=digital credential/exchange protocol=]. + +
  2. +
  • Return a {{DigitalCredential}}.
  • From f28d35f17a9f2ed63046cb872c3c3bff43d07edc Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 28 May 2025 15:02:36 -0700 Subject: [PATCH 2/3] Remove note to self --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index ff04b128..4ce901b2 100644 --- a/index.html +++ b/index.html @@ -482,7 +482,6 @@

    Details of how to actually get the [=digital credential=] are forthcoming. -