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
I am new to jsonld signatures and as I am learning about this, I need to be able to generate a proof of possession including an audience and a challenge.
Specifically I'm trying to implement this part of this spec:
The proof element MUST incoporate a fresh nonce value generate by the credential issuer and the credential issuer's identifier (audience) in order to allow the credential issuer to detect replay. The way those data is incorporated depends on the proof type. In a LD proof, for example, the nonce is included as challenge element in the proof object and the issuer (the intended audience) is included as domain element.
I am new to jsonld signatures and as I am learning about this, I need to be able to generate a proof of possession including an audience and a challenge.
Specifically I'm trying to implement this part of this spec:
https://openid.net/specs/openid-connect-4-verifiable-credential-issuance-1_0.html#section-6.6.1
For which then is given this example:
Thank you very much!
The text was updated successfully, but these errors were encountered: