c4dt / eid-demo

Diploma issuance using the Swiss Governments Public Sandbox Test Infrastructure
0 stars 0 forks source link

Next steps #12

Closed ineiti closed 2 weeks ago

ineiti commented 5 months ago

Two next steps:

- [ ] apply the testing suite from https://github.com/w3c/vc-data-model-2.0-test-suite to the data structures coming out from the backend / being exchanged between the backend and the frontend

ELFA End2End challenges:

Goal: finish by 11th of July

ineiti commented 5 months ago

While waiting on OFIT's answer, start with 1.

Wait until end of week for the android wallet.

lanterno commented 5 months ago

We got a reply from Andreas Frey Sang on Monday evening:

Hey Ahmed

Thanks for your mail. I can only re-iterate how happy we are, over C4DT and EPFL’s interest in the E-ID program!

Christian and I quickly spoke regarding your request.

Just for your information The new pilot implementation (based on the learners driver license), is not based on the indy sandbox. If you want to test it, you will have to operate the “infrastructure” as well (https://github.com/e-id-admin/eidch-pilot-elfa-base-infrastructure) – but as I gathered from your Github feedback you are already on it 😊

Further adaptation by EPFL We are obviously always interested for you to use and extend our implementations. (As well as sharing your learnings in blog posts or at a participation meeting https://www.eid.admin.ch/en/why-do-we-need-participation. As you might know we started the implementation of the recently published pilot a while back. Even before the technical advisory circle started – hence it’s focussed on a simplified version of the EU-Stack.

Since the technical developments in the SSI-community are progressing very swiftly, further exploration of approaches like one based on BBS+ are definitely appreciated. If you want to push it further, you could even have a look at cryptographic layering: The new W3C Draft on Data Integrity https://www.w3.org/TR/vc-data-integrity/ opens the option to attach multiple signatures to the same VC (e.g. PQC as well as privacy preserving BBS+). If you want to tackle this, potentially interesting insights could be generated. We will most likely be experimenting further with BBS+ Credentials anyway (just FYI).

We also hope to launch a new sandbox/public beta sometime early next year, which will aim to offer the initial infrastructure used by the productive ecosystem.

Regarding Android Yes this should be available soon. I reached out to the development team but haven’t heard back yet. I will let you know as soon as I hear back from them.

If you have any further questions feel free to contact us.

Kind Regards, Andreas

lanterno commented 5 months ago

On Tuesday April 16, I discussed it with Linus, and we decided to explore the W3C specification as suggested by Andreas. I read the specification, and here's a conclusion based on what I've read:

The Verifiable Credential data integrity W3C standard

It’s a draft standard for encryption-based mechanisms that guarantee the authenticity and integrity of verifiable credentials.

There’s two important points that I can mention:

  1. It provides specific algorithms for VC hashing/ signing/ verification that are independent from the encryption algorithm itself. It accepts encryption algorithms are plugins.
  2. It allows for chaining signatures/ proofs of the VC. This allows for VCs that need to be signed/ issued by more than one entity; think of a business contract with multiple signatures required.

Conclusion: From the information we have so far, we can deduce that the e-ID team is considering implementing this specification in a library that can then use BBS+ or other signatory schemes. Since BBS+ would be a pluggable proof format in that case, it can be changed/ updated in the future with other schemes (called crypto suites).

Further exploration:

I haven’t found an implementation of the mentioned standard. reference: https://github.com/w3c/vc-data-integrity

There’s a BBS+ Crypto suite specification mentioned at https://github.com/w3c/vc-di-bbs

Verifiable credential data model https://github.com/w3c/vc-data-model

ineiti commented 5 months ago

Questions for possible next steps:

Other Ideas:

lanterno commented 5 months ago

is the vc-di-bbs in fact an implementation of the vc-data-integrity?

No, it's a specification for a cryptosuite which is one component of the VC-DI specification. I could confirm by checking the specification which mentions completely different APIs. However, it's not clear if this repo implements only the cryptosuite or the whole thing: https://github.com/mattrglobal/jsonld-signatures-bbs

what do the acronyms mean? CR / FCGS / FPWD / CGFR? Are they general terms by the W3C, or vc-di specific?

FPWD: First public Working Draft CR: Candidate Recommendation

FCGS and CGFR: no idea! but they seem to be general terms. Also, all file names are general to the specification.

  • how to fit this in the elfa pilot?
    • just have the backend
    • vc-di-bbs is in go, ts + rust, elfa is in python

This repo might be usable https://github.com/mattrglobal/jsonld-signatures-bbs (Typescript).

lanterno commented 4 months ago
ineiti commented 4 months ago
  • Networking on WSL2 and phone in LAN proved to be rather challenging. Is there a way to make phone see localhost?

What most people do is to run the server in a docker, and then expose that port. You'll have to do it once in docker (-p) or docker-compose (ports:), then probably Windows will pick it up and ask you whether you want to expose that port. After that you should be able to connect using your Windows hosts public IP address.

Else I still have that linux laptop in my office, if you want to use that.

lanterno commented 4 months ago

Else I still have that linux laptop in my office, if you want to use that.

No need, it's already solved as I mentioned "implicitly" in my 3rd point above.

For reference, I solved the problem on a couple of steps:

ineiti commented 3 months ago

Look at the tech roadmap for next steps:

https://github.com/e-id-admin/open-source-community/blob/main/tech-roadmap/tech-roadmap.md

ineiti commented 1 month ago

Say why the verification did not work out, and why publishing the changes doesn't make sense.

lanterno commented 1 month ago

Last updates on the ticket: @ineiti I spent 2.5 days on the following: