Skip to content

Commit 13255be

Browse files
committed
Make auth_session required only if interaction type requires it.
1 parent d09f2fb commit 13255be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1.1/openid-4-verifiable-credential-issuance-1_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ If a Wallet receives an `interaction_type_required` value that it does not suppo
793793
The Authorization Server MUST provide a mechanism to associate the next request by this Wallet with the ongoing authorization request sequence.
794794
The following key MAY be present in the response to provide such a mechanism:
795795

796-
* `auth_session`: REQUIRED. String containing a value that allows the Authorization Server to associate subsequent requests by this Wallet with the ongoing authorization request sequence. Wallets SHOULD treat this value as an opaque value. The value returned MUST be distinct for each interactive authorization response.
796+
* `auth_session`: REQUIRED if specified by the interaction type. String containing a value that allows the Authorization Server to associate subsequent requests by this Wallet with the ongoing authorization request sequence. Wallets SHOULD treat this value as an opaque value. The value returned MUST be distinct for each interactive authorization response.
797797

798798
A definition of a custom type of interaction MUST include exactly one of the following:
799799

0 commit comments

Comments
 (0)