Skip to content
Open
Show file tree
Hide file tree
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: 3 additions & 1 deletion 1.0/openid-4-verifiable-presentations-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5].
The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query).

`intent_to_retain`
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5].
: 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`.

### Presentation Response

Expand Down Expand Up @@ -3593,6 +3593,8 @@ The technology described in this specification was made available from contribut
* Clarify nonce entropy requirements
* Clarify that state is recommended to match text from Section 14.3.2. Protection of the Response URI
* Clarify that `encrypted_response_enc_values_supported` applies only if JWE content encryption algorithm is used
* Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used
* Clarified intent_to_retain value when not present
* Removed invalid_scope error guidance as duplicate of RFC6749
* Clarified that Multi-RP-sig section means Verifier Info instead of attestations
* Updated origin examples to remove trailing slash
Expand Down
3 changes: 2 additions & 1 deletion 1.1/openid-4-verifiable-presentations-1_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5].
The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query).

`intent_to_retain`
: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5].
: 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`.

### Presentation Response

Expand Down Expand Up @@ -3661,6 +3661,7 @@ The technology described in this specification was made available from contribut
* Clarify that state is recommended to match text from Section 14.3.2. Protection of the Response URI
* 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
* Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used
* Clarified intent_to_retain value when not present
* Removed invalid_scope error guidance as duplicate of RFC6749
* Clarified that Multi-RP-sig section means Verifier Info instead of attestations
* Updated origin examples to remove trailing slash
Expand Down
Loading