You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+30-19Lines changed: 30 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -428,8 +428,10 @@ <h2 id="protocol-registry">
428
428
Registry of protocols
429
429
</h2>
430
430
<p>
431
-
Initiating the registration a protocol is done by <ahref="https://github.com/w3c-fedid/digital-credentials/issues">filing an issue</a> in our GitHub repository.
432
-
</p>
431
+
Initiating the registration a protocol is done by <ahref=
432
+
"https://github.com/w3c-fedid/digital-credentials/issues">filing an
433
+
issue</a> in our GitHub repository.
434
+
</p>
433
435
<p>
434
436
The following is the registry of [=digital credential/exchange
435
437
protocols=] that are supported by this specification.
@@ -464,27 +466,36 @@ <h3>
464
466
</li>
465
467
<li>MUST define a representation, as either a [[WebIDL]] [=dictionary=]
466
468
or a JSON object, of the [=digital credential/exchange protocol=]
467
-
response structure (i.e., the [=dictionary=] which defines the
468
-
semantics and validation of the {{DigitalCredential}}'s
469
-
{{DigitalCredential/data}} member.
469
+
response structure (i.e., the [=dictionary=] which defines the semantics
470
+
and validation of the {{DigitalCredential}}'s {{DigitalCredential/data}}
471
+
member.
470
472
</li>
471
473
<li>MUST define validation rules for members of the request and response
472
474
structures.
473
475
</li>
474
-
<li>MUST have undergone privacy review by the W3C's <ahref="https://www.w3.org/Privacy/IG/">Privacy Interest
475
-
Group</a> and <ahref="https://www.w3.org/groups/wg/fedid/">Federated Identity Working Group</a>.
476
-
<asideclass="note" title="Organizing reviews">
477
-
Once an expression of registration is received via GitHub, the registry maintainers will organize the privacy review with the <ahref="https://www.w3.org/Privacy/IG/">Privacy Interest Group</a> . Please see the [[[[security-privacy-questionnaire]]] for the kind of questions that will be asked of the protocol you are registering.
478
-
</aside>
476
+
<li>MUST have undergone privacy review by the W3C's <ahref=
477
+
"https://www.w3.org/Privacy/IG/">Privacy Interest Group</a> and
0 commit comments