Skip to content

Commit

Permalink
fix: issuance PAR req jti
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 6, 2023
1 parent e25b9a4 commit bee00b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/pid-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ The JWT payload is given by the following parameters:
* - **client_assertion**
- It MUST be set as in the :ref:`Table of the HTTP parameters <table_http_request_claim>`.
- See :ref:`Table of the HTTP parameters <table_http_request_claim>`.

* - **jti**
- Unique JWT identifier to prevent the reuse of the JWT (replay attack).
- [:rfc:`7519`].

Pushed Authorization Request (PAR) Response
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit bee00b4

Please sign in to comment.