Skip to content

Commit

Permalink
Merge pull request #635 from w3c-ccg/interop-testing-update
Browse files Browse the repository at this point in the history
Removes outdated DIDAuth presentation scheme
  • Loading branch information
mkhraisha authored Apr 2, 2024
2 parents cb2ea26 + 7b6fb7c commit 6ee1358
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,13 @@ <h2>Interoperability Testing</h2>
participating parties, such as `Credential Issuance`, `Credential
Verification`, and `Presentation Exchange`.
Please refer to the <a href="https://github.com/w3c-ccg/traceability-interop/tree/main/docs/tutorials">interoperability</a>
and <a href="https://github.com/w3c-ccg/traceability-interop/tree/main/tests">conformance</a>
documentation for details on how to import and run these Postman test suites.
</p>
<p>
A <a href="https://github.com/w3c-ccg/traceability-interop/tree/main/tests">conformance</a>
test suite is provided as a guideline to implementers, aiding development efforts.
Conformance tests do not address matters of interoperability.
</p>
<p>
An interoperability report is continuously created from the
results of executing these collections, targeting the
Expand All @@ -459,12 +463,7 @@ <h2>Interoperability Testing</h2>
<ul>
<li>Runner calls `/credentials/issue` on Party A's platform, representing
Party A acting as `issuer`.</li>
<li>Runner calls `/presentations/available` on Party B's platform,
representing Party A acting as `holder`.</li>
<li>Runner calls `/presentations/prove` on Party A's platform,
representing Party A acting as `holder`.</li>
<li>
Runner calls `/presentations/submissions` on Party B's platform,
Runner calls `/presentations` on Party B's platform,
representing Party A acting as `holder`.
</li>
<li>Runner calls `/credentials/verify` on Party B's platform, representing
Expand Down

0 comments on commit 6ee1358

Please sign in to comment.