-
We should add an example to OID4VP on how to combine the ISO mdoc and SD-JWT VC format. The example should cover request and response payloads. The following use cases should be demonstrated:
- the s…
awoie updated
1 month ago
-
For high-security usecases or use cases with sensitive data, some Issuers may want to require that VCs are only released to authorized Verifiers. One of the options to establish such a mechanism is to…
-
SD-JWT VC requires `iss` value to be a URI. HAIP currently does not require that, e.g., using DNS names.
awoie updated
3 months ago
-
Would also be good to add rationale why chosen certain claims are not selectively disclosable.
-
Each entity within wallet ecosystems may need to sign requests, responses, and more stringently, credentials, assertions, attestations, etc. Currently, OpenID4VCI does not include public keys for si…
-
Selective-Disclosure enabled credential formats give the inherent mechanism for data minimization.
Therefore, the need to specify the claims that shall be in a credential (done in authorization_det…
-
Such as the `exp`, `iss`, et.. fields. I would expect these fields to be validated when using an SD-JWT library.
It seems that verifying an SD-JWT VC mainly focuses on verifying the signature (and …
-
This is to enable payments to be developed as part of RFC009. Please check and see what we need to do.
-
In the DCP working group call it was mentioned that a decision should be made whether the mdoc profile is defined in the OpenID4VP specification or the HAIP specification.
-
### Is this a regression?
Yes
### Description
I am implementing the flow from https://hyperledger.github.io/identus-docs/tutorials/credentials/present-proof with a Verifiable Credential (VC) of typ…