Skip to content

Commit

Permalink
identifiers and authorization_details_identifiers can appear in the s…
Browse files Browse the repository at this point in the history
…ame token response
  • Loading branch information
Sakurann authored Sep 30, 2023
1 parent 07cef0a commit 081d36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openid-4-verifiable-credential-issuance-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ In addition to the response parameters defined in [@!RFC6749], the AS MAY return

* `c_nonce`: OPTIONAL. JSON string containing a nonce to be used to create a proof of possession of key material when requesting a Credential (see (#credential_request)). When received, the Wallet MUST use this nonce value for its subsequent Credential Requests until the Credential Issuer provides a fresh nonce.
* `c_nonce_expires_in`: OPTIONAL. JSON integer denoting the lifetime in seconds of the `c_nonce`.
* `identifiers`: OPTIONAL. JSON array of JSON strings that each identify a credential that can be issued using Access Token returned in the same response. MUST NOT be used when `authorization_details` parameter was used to request issuance of a certain Credential type as defined in (#authorization-details).
* `authorization_details`: REQUIRED when `authorization_details` parameter was used to request issuance of a certain Credential type as defined in (#authorization-details). A JSON array of objects as defined in Section 7 of [@!RFC9396]. MUST NOT be used when `scope` parameter was used to request issuance of a certain Credential type as defined in (#credential-request-using-type-specific-scope). In addition to the parameters received from the Wallet, the AS MAY return the following parameter:
* `identifiers`: OPTIONAL. JSON array of JSON strings that each identify a credential that can be issued using Access Token returned in this response.
* `authorization_details`: REQUIRED when `authorization_details` parameter was used to request issuance of a certain Credential type as defined in (#authorization-details). A JSON array of objects as defined in Section 7 of [@!RFC9396]. In addition to the parameters received from the Wallet, the AS MAY return the following parameter:
* `identifiers`: OPTIONAL. JSON array of JSON strings that each identify a credential that can be issued using Access Token returned in the same response.

Below is a non-normative example of a Token Response when `scope` parameter was used to request issuance of a certain Credential type:
Expand Down

0 comments on commit 081d36a

Please sign in to comment.