Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

SD-JWT: Add option for non-selectively disclosable claims (issuer) #3497

Closed
sandrask opened this issue Jan 25, 2023 · 0 comments · Fixed by #3498
Closed

SD-JWT: Add option for non-selectively disclosable claims (issuer) #3497

sandrask opened this issue Jan 25, 2023 · 0 comments · Fixed by #3498
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sandrask
Copy link
Contributor

The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

For example if you don't want id and degree type to be selectively disclosable then you can pass non-selectively disclosable claims option that is configured with following array {"id", "degree.type"}

{ "degree": { "degree": "MIT", "type": "BachelorDegree", "id": "some-id" }, "name": "Jayden Doe", "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", "spouse": "did:example:c276e12ec21ebfeb1f712ebc6f1" }

would result in:
{ "_sd": [ "4zh-KxicMAPtR6-O1Q1C5hJdqYMl6RcnvOXOod7EEVU", "rbeadqlWMg3eR9GGDGrxPOYhoqZ770tkIRkCWaC6Ve8" ], "_sd_alg": "sha-256", "degree": { "_sd": [ "N1JdJNBsy_uQ79XG8yzEaXnm0sHX5b5Ad6MM2nU7iqo", "CKURc0Nqvx4DkSpvW3WAt0idTZKNJo7SshkmA1gBAQI" ], "type": "BachelorDegree" }, "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", }

@sandrask sandrask self-assigned this Jan 25, 2023
@sandrask sandrask added the enhancement New feature or request label Jan 25, 2023
@sandrask sandrask moved this to In Progress in Aries Go Jan 25, 2023
@sandrask sandrask added this to the 0.1.7 milestone Jan 25, 2023
sandrask added a commit to sandrask/aries-framework-go that referenced this issue Jan 25, 2023
The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: hyperledger-archives#3497

Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask added a commit to sandrask/aries-framework-go that referenced this issue Jan 25, 2023
The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: hyperledger-archives#3497

Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask added a commit to sandrask/aries-framework-go that referenced this issue Jan 25, 2023
The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: hyperledger-archives#3497

Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask added a commit to sandrask/aries-framework-go that referenced this issue Jan 25, 2023
The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: hyperledger-archives#3497

Signed-off-by: Sandra Vrtikapa <[email protected]>
sandrask added a commit to sandrask/aries-framework-go that referenced this issue Jan 26, 2023
The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: hyperledger-archives#3497

Signed-off-by: Sandra Vrtikapa <[email protected]>
fqutishat pushed a commit that referenced this issue Jan 26, 2023
…er) (#3498)

The Issuer may also make certain claims or sub-claims non-selectively disclosable. Add option for specifying non-selectively disclosable claims to issuer.

Closes: #3497

Signed-off-by: Sandra Vrtikapa <[email protected]>

Signed-off-by: Sandra Vrtikapa <[email protected]>
@github-project-automation github-project-automation bot moved this from In Progress to Done in Aries Go Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant