Closed stonematt closed 5 years ago
This is the approach we are adopting in our implementation. Once we have validated that it works we will write up our approach
Yes, we should add this section to the document as there are multiple people working on integrating WebAuthn with DID Auth and VC Presentation countersignatures... Digital Bazaar demoed the use of a FIDO hardware authenticator to digitally sign a VC and using a DID for public key discovery.
Hi @David-Chadwick, have you made any progress on this issue in your implementation? We'd love to see a bit of text, even if it's just WIP.
Yes our implementation uses Web Authn. But we cannot use the FIDO authenticators built into web browsers because of the strong SOP they enforce. Instead we have our own external authenticator that shares a third key between the issuer and verifier and then we have trust paths that both the verifier and issuer can rely on.
Addressed by PR #52.
Moving issue from the VCWG Data Model repo. see https://github.com/w3c/vc-data-model/issues/162