Skip to content

Commit

Permalink
clear statement about kb-jwt pop (#427)
Browse files Browse the repository at this point in the history
* clear statement about kb-jwt pop

* Apply suggestions from code review
  • Loading branch information
peppelinux authored Oct 2, 2024
1 parent 5181cda commit 1bba846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ by appending the ``KB-JWT`` at the end of the of the SD-JWT, as represented in t
<Issuer-Signed-JWT>~<Disclosure 1>~<Disclosure 2>~...~<Disclosure N>~<KB-JWT>
To validate the signature on the Key Binding JWT, the Verifier MUST use the key material included in the Issuer-Signed-JWT.
The Key Binding JWT MUST specify which key material the Verifier needs to use to validate the Key Binding JWT signature,
The Key Binding JWT (KB-JWT) signature validation MUST use the public key included in the SD-JWT,
using the ``cnf`` parameter contained in the Issuer-Signed-JWT.

When an SD-JWT is presented, its KB-JWT MUST contain the following parameters in the JWS header:
Expand Down

0 comments on commit 1bba846

Please sign in to comment.