OpenID4VCI
OpenID4VCI copied to clipboard
I was wondering how to interpret the definition of [Credential Issuer Metadata](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-issuer-metadata-6): Specifically the sentence > ...the **most deeply nested** value MAY be an object that includes the following parameters...
Closes #93 - [ ] discuss whether proofs array should only contain the key values with the same key type instead of each object containing proof_type - [x] add issuer...
This PR aims to resolve the issue https://github.com/openid/OpenID4VCI/issues/313 where @andprian expressed her sensibility about some details that amtters about the security and the behaviour that an implementer may expect from...
It would be worth discussing whether we should remove the `cwt` proof type for the following reasons: - The encoding of `cwt` proofs is not fully specified. I guess it...
This PR aims to resolve part of the points contained in the issue: https://github.com/openid/OpenID4VCI/issues/313#issuecomment-2121942187
Section 7 states that "_The Client can request issuance of a Credential of a certain type multiple times, e.g., to associate the Credential with different public keys/Decentralized Identifiers (DIDs) or...
closes the batch endpoint part of #286
The current spec does not say anything about which keys the issuer uses for encrypting the response. It probably makes sense, that the keys in the credential request are treated...
this PR is merely editorial and aims to resolve the issue https://github.com/openid/OpenID4VCI/issues/311