Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request URI Method Post OIDC4VP vs IT Wallet #455

Open
stedcl opened this issue Oct 18, 2024 · 5 comments · May be fixed by #507
Open

Request URI Method Post OIDC4VP vs IT Wallet #455

stedcl opened this issue Oct 18, 2024 · 5 comments · May be fixed by #507
Assignees
Labels
Milestone

Comments

@stedcl
Copy link

stedcl commented Oct 18, 2024

Why into the OIDC4VP we found:

POST /request HTTP/1.1
Host: client.example.org
Content-Type: application/x-www-form-urlencoded
wallet_metadata=%7B%22vp_formats_supported%22%3A%7B%22jwt_vc_json%22%3A%7B%22alg_values_supported
%22%3A%5B%22ES256K%22%2C%22ES384%22%5D%7D%2C%22jwt_vp_json%22%3A%7B%22alg_values_supported%22%3A%5B%22ES256K%22%2C%22EdDSA%22%5D%7D%7D%7D&
wallet_nonce=qPmxiNFCR3QTm19POc8u

and into the IT Wallet spec we found:

POST /request-uri HTTP/1.1
HOST: relying-party.example.org
Content-Type: application/json

@peppelinux peppelinux added this to the 0.9.0 milestone Nov 8, 2024
@peppelinux peppelinux added question Further information is requested editorial labels Nov 8, 2024
@peppelinux peppelinux self-assigned this Nov 8, 2024
@grausof
Copy link
Collaborator

grausof commented Nov 12, 2024

This example is from OID4VP draft 22. The current specification are based on OID4Vp draft 20, we will align the specification in the next milestone.

@grausof
Copy link
Collaborator

grausof commented Nov 12, 2024

Closed in favor of #473

@peppelinux
Copy link
Member

We already have request uri method using post from 0.8.0

@stedcl
Copy link
Author

stedcl commented Nov 12, 2024

The Content-Type is different

@peppelinux peppelinux reopened this Nov 13, 2024
@peppelinux peppelinux moved this from Done to In Progress in EUDI Wallet IT Technical Specifications Nov 13, 2024
@peppelinux peppelinux linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants