Skip to content

Commit

Permalink
fix: presentation vp_token kid doesn't make sense (#278)
Browse files Browse the repository at this point in the history
This PR resolves #243
  • Loading branch information
peppelinux authored May 13, 2024
1 parent c301196 commit 4d8596d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ The Relying Party issues the signed Request Object, where a non-normative exampl
{
"alg": "ES256",
"typ": "JWT",
"kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47",
"trust_chain": [
"MIICajCCAdOgAwIBAgIC...awz",
"MIICajCCAdOgAwIBAgIC...2w3",
Expand Down Expand Up @@ -494,8 +493,7 @@ Below is a non-normative example of the ``vp_token`` decoded content, represente
{
"alg": "ES256",
"typ": "JWT",
"kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47"
"typ": "JWT"
}
.
{
Expand Down

0 comments on commit 4d8596d

Please sign in to comment.