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
Since the output of the "verify" operation is not defined in the standard, we don't know how to assert that different verifiers should see the same results after verification.
There are a number of related issues, that make solving for this hard in the case of verifiable credentials:
How to discover the issuer public key
How is verification displayed
How is schema validation displayed
How is status validation displayed
Here is an example of how one software implementation might have implemented this:
We could possibly agree that verify operation returns at least a protectedHeader and a payload.
We could possibly agree that a "validate" operation on the payload, should return some representation of "status" and "schema" checks... but if we don't define a way to compare this, we won't be able to demostrate interop.
for inspiration see the SD-JWT test suite configuration:
Since the output of the "verify" operation is not defined in the standard, we don't know how to assert that different verifiers should see the same results after verification.
There are a number of related issues, that make solving for this hard in the case of verifiable credentials:
Here is an example of how one software implementation might have implemented this:
We could possibly agree that verify operation returns at least a
protectedHeader
and apayload
.We could possibly agree that a "validate" operation on the payload, should return some representation of "status" and "schema" checks... but if we don't define a way to compare this, we won't be able to demostrate interop.
for inspiration see the SD-JWT test suite configuration:
What we need is something like this... but that covers status and schema validation checks.... not just expected claims.
The text was updated successfully, but these errors were encountered: