[DPP R24.08] Digital Product Pass Verification Add-on v2.1 Documentation & CertifiedDataCredential
Implementation Released!
#395
Pinned
matbmoser
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
If you have already saw in the previous release, the Digital Product Pass Verification initial documentation [v1.0] was already released in the R24.05! It gave guidelines on how to certify and verify the aspects!
Howewer, you have probably saw some messages like this:
or
and now... They are gone!
The documentation is now complete and it's really detailed! It contains explanations and real test data which can be used for the implementation of this Catena-X Data Certification/Verification Framework!
Changelog
Structural Changes
Based on the feedback from existing readers, we have reordered some sections, so that the documentation reading flow it optimized, allowing you to understand step by step, what do you need to understand the concept, what is it about and how to implement it.
Typos Fixed
There were several spelling mistakes that were fixed so that the reading can be easily done. Also, some more technical wording was now added to the glossary, to ease the understanding.
New Sections
We have added some new sections that were not there yet in the previous version
Simple Wallet Component
In order to implement the concept a MVP identity wallet needed to be developed! It uses the Gaia-X standards and is based in the functionality of the Managed Identity Wallet tractus-x component.
It allows data providers to generate JSON-LD contextes from SAMM JSON Schemas. It also allows to issue and verify verifiable credentials with version v2 and
JsonWebSignature2020
. Its a functional wallet that can retrieve alsoJsonWebKey2020
public keys from DID Methods, resolving the DID Web ids.The simple wallet docs can be found here
Backend and Frontend Implementation
It was implemented the Certified Data Credential Verification flow in the Digital Product Pass Application. In this way, complete aspect model payloads can be Certified using a "provider" simple-wallet and verified using the DPP, that will call its own "consumer" simple-wallet, doing the verification decentrally using DID methods.
More details in Verification Implementation in the Digital Product Pass.
We hope this documentation and implementation can serve as lighthouse for all the Catena-X Network!
It should really be a Catena-X Data Certification/Verification Framework, not just to the Digital Product Passport, but for all Catena-X!
Feel free to add your feedback here!
Happy Reading!
Mathias Brunkow Moser
Digital Product Pass Software Architect
Beta Was this translation helpful? Give feedback.
All reactions