Skip to content

Commit

Permalink
fix: issuance - request object reordiering members
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Dec 12, 2023
1 parent fdec6f4 commit dcb6bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/pid-eaa-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Below an non-normative example of the Wallet Instance Attestation Proof of Posse
"exp": 1686652315
}
Below an non-normative example of the signed Request Object Proof of Possession without encoding and signature applied:
Below an non-normative example of the signed Request Object without encoding and signature applied:

.. code-block::
Expand All @@ -168,12 +168,12 @@ Below an non-normative example of the signed Request Object Proof of Possession
.
{
"iss": "$thumprint-of-the-jwk-in-the-cnf-wallet-attestation$",
"aud": "https://pid-provider.example.org/authorization-endpoint",
"client_id": "$thumprint-of-the-jwk-in-the-cnf-wallet-attestation$",
"exp": 1672422065,
"iat": 1672418465,
"aud": "https://pid-provider.example.org/authorization-endpoint",
"jti": "ac80df576e7109686717bf50b869e882",
"response_type": "code",
"client_id": "$thumprint-of-the-jwk-in-the-cnf-wallet-attestation$",
"state": "fyZiOL9Lf2CeKuNT2JzxiLRDink0uPcd",
"code_challenge": "E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM",
"code_challenge_method": "S256",
Expand Down

0 comments on commit dcb6bd9

Please sign in to comment.