This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
SD-JWT Holder: Add Holder Binding #3470
Comments
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 11, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 11, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 11, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 12, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 12, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 12, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes hyperledger-archives#3470 Signed-off-by: Sandra Vrtikapa <[email protected]>
fqutishat
pushed a commit
that referenced
this issue
Jan 12, 2023
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier. Nonce and aud claims are included to show that the proof is intended for the Verifier. Closes #3470 Signed-off-by: Sandra Vrtikapa <[email protected]> Signed-off-by: Sandra Vrtikapa <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Holder MAY add an optional JWT to prove Holder Binding to the Verifier.
Usually, a nonce and aud claim are included to show that the proof is intended for the Verifier and to prevent replay attacks.
Example Holder Binding JWT payload:
{ "nonce": "XZOUco1u_gEPknxS78sWWg", "aud": "https://example.com/verifier", "iat": 1670366430 }
The text was updated successfully, but these errors were encountered: