Skip to content

Commit

Permalink
fix: VCI EC example - editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored Jan 12, 2024
1 parent 119cbad commit 4122676
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/en/pid-eaa-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -943,16 +943,17 @@ Below is a non-normative example of an Entity Configuration containing an `openi
"pushed_authorization_request_endpoint": "https://pid-provider.example.org/connect/par",
"dpop_signing_alg_values_supported": ["RS256", "RS512", "ES256", "ES512"],
"credential_endpoint": "https://pid-provider.example.org/credential",
"jwks": {
"jwks": {
"keys": [
{
{
"crv": "P-256",
"kty": "EC",
"x": "newK5qDYMekrCPPO-yEYTdJVWJMTzasMavt2vm1Mb-A",
"y": "VizXaLO6dzeesZPxfpGZabTK3cTXtBUbIiQpmiYRtSE",
"kid": "ff0bded045fe63fe5d1d64dd83b567e0"
}]
}
}
]
},
"credential_configurations_supported": [
{
"format": "vc+sd-jwt",
Expand Down

0 comments on commit 4122676

Please sign in to comment.