Skip to content

Commit

Permalink
chore: add recommedation about public key used in the jwt proof
Browse files Browse the repository at this point in the history
This PR aims to remark an important aspect about the unlinkability of the credential through the holder key binding.
  • Loading branch information
peppelinux authored Apr 16, 2024
1 parent 22e16b9 commit 9c0e6bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/pid-eaa-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ The ``client_assertion`` is signed using the private key that is created during

**PID/(Q)EAA Credential Schema and Status registration:** The PID/(Q)EAA Provider MUST register all the issued Credentials for their later revocation, if needed.

.. note::

**It is RECOMMENDED that the public key contained in the ``jwt_proof`` be specifically generated for the requested Credential (fresh cryptographic key) to ensure that different issued Credentials do not share the same public key, thereby remaining unlinkable to each other.
.. code-block::
POST /credential HTTP/1.1
Expand Down

0 comments on commit 9c0e6bd

Please sign in to comment.