Skip to content

Commit 27e5974

Browse files
Sakurannbrentzundelc2bopaulbastianawoie
authored
Clarified intent_to_retain value when not present (#730)
* resolves #669 and Clarified intent_to_retain value when not present * Apply suggestions from Christian's code review Co-authored-by: Christian Bormann <chris.bormann@gmx.de> * Apply suggestions from Christian's code review Co-authored-by: Christian Bormann <chris.bormann@gmx.de> * Apply suggestion from @awoie Co-authored-by: Oliver Terbu <o.terbu@gmail.com> * Apply suggestions from joseph's code review Co-authored-by: Joseph Heenan <joseph@heenan.me.uk> --------- Co-authored-by: Brent Zundel <brent.zundel@gmail.com> Co-authored-by: Christian Bormann <chris.bormann@gmx.de> Co-authored-by: Paul Bastian <paul.bastian@posteo.de> Co-authored-by: Oliver Terbu <o.terbu@gmail.com> Co-authored-by: Joseph Heenan <joseph@heenan.me.uk>
1 parent cd4c7c8 commit 27e5974

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

1.0/openid-4-verifiable-presentations-1_0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5].
28322832
The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query).
28332833

28342834
`intent_to_retain`
2835-
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5].
2835+
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If absent, the Verifier makes no statement on `IntentToRetain`.
28362836

28372837
### Presentation Response
28382838

@@ -3593,6 +3593,7 @@ The technology described in this specification was made available from contribut
35933593
* Clarify nonce entropy requirements
35943594
* Clarify that state is recommended to match text from Section 14.3.2. Protection of the Response URI
35953595
* Clarify that `encrypted_response_enc_values_supported` applies only if JWE content encryption algorithm is used
3596+
* Clarified intent_to_retain value when not present
35963597
* Removed invalid_scope error guidance as duplicate of RFC6749
35973598
* Clarified that Multi-RP-sig section means Verifier Info instead of attestations
35983599
* Updated origin examples to remove trailing slash

1.1/openid-4-verifiable-presentations-1_1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5].
28972897
The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query).
28982898

28992899
`intent_to_retain`
2900-
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5].
2900+
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If absent, the Verifier makes no statement on `IntentToRetain`.
29012901

29022902
### Presentation Response
29032903

@@ -3661,6 +3661,7 @@ The technology described in this specification was made available from contribut
36613661
* Clarify that state is recommended to match text from Section 14.3.2. Protection of the Response URI
36623662
* Clarify that `encrypted_response_enc_values_supported` applies only if JWE content encryption algorithm is used; e.g., it does not apply to JOSE HPKE
36633663
* Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used
3664+
* Clarified `intent_to_retain` value when not present
36643665
* Removed invalid_scope error guidance as duplicate of RFC6749
36653666
* Clarified that Multi-RP-sig section means Verifier Info instead of attestations
36663667
* Updated origin examples to remove trailing slash

0 commit comments

Comments
 (0)