Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add intent to retain to claims query in DCQL #338

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions openid-4-verifiable-presentations-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,9 @@ within the Verifiable Credential, as defined in (#claims_path_pointer).
If the `values` property is present, the Wallet SHOULD return the claim only if the
type and value of the claim both match for at least one of the elements in the array. Details of the processing rules are defined in (#selecting_claims).

`intent_to_retain`
: OPTIONAL. A boolean that indicates the Verifier intends to store the Claim's data that is being requested beyond the processing of the response. For example, to meet regulatory requirements of retaining records of transactions or to maintain user profiles. If omitted, the default value is `false`.
Copy link
Collaborator Author

@Sakurann Sakurann Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
: OPTIONAL. A boolean that indicates the Verifier intends to store the Claim's data that is being requested beyond the processing of the response. For example, to meet regulatory requirements of retaining records of transactions or to maintain user profiles. If omitted, the default value is `false`.
: OPTIONAL. A boolean that indicates the Verifier intends to store the Claim's data that is being requested beyond the processing of the response. For example, to inform the holder what happens to the data after it is released.

Copy link
Collaborator Author

@Sakurann Sakurann Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`+ move it to the mdoc section as a starting point. and for the definition, point to ISO 18013-5 section X


The ISO mdoc specific parameters to be used in the Claims Query are defined in (#mdocs_claims_query).

### Selecting Claims and Credentials {#dcql_query_lang_processing_rules}
Expand Down Expand Up @@ -2709,6 +2712,7 @@ The technology described in this specification was made available from contribut

-24

* add `intent_to_retain` mechanism

-23

Expand Down
Loading