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/Verifier - Process Disclosures #3459
Comments
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
This was referenced Jan 5, 2023
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask
added a commit
to sandrask/aries-framework-go
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes hyperledger-archives#3459 Signed-off-by: Sandra Vrtikapa <[email protected]>
sudeshrshetty
pushed a commit
that referenced
this issue
Jan 5, 2023
Added utility function to decode disclosures (used by both holder and verifier) Created disclose claims function for holder that re-creates SD-JWT with disclosures for selected claims only. Created get verified payload function for verifier (removes _sd and _sd_alg from claims and inserts into payload disclosed claims). Closes #3459 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.
Add utility function to decode disclosures (will be used by both holder and verifier)
Create disclose claims function for holder that will re-create SD-JWT with disclosures for selected claims only.
Verifier should insert decoded claims (claim name/value) at the level of the _sd claim and remove _sd_claims and _sd_alg from SD-JWT payload.
The text was updated successfully, but these errors were encountered: