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

RFC007 Clarifications #144

Open
kage665 opened this issue Feb 13, 2025 · 0 comments
Open

RFC007 Clarifications #144

kage665 opened this issue Feb 13, 2025 · 0 comments

Comments

@kage665
Copy link

kage665 commented Feb 13, 2025

As an exercise, I tried to draw the flows described in RFC007 in more detail to see how it works and how to link all the steps together. For that purpose, I explicitly separated AS, Issuer, Verifier and Backend (BE). In your drawings, these are combined into PSP. The white parts adhere to the protocols/specs. The colored parts denote steps, that are not defined in the specs. These are mostly what I came up with to connect the dots and be able to (hopefully securely) link the user selection to Payment Attestations.

This brought up some questions:

  1. How to tell the wallet to use a certain key for proofing? You keep saying

Optionally, the key may also be required to be the same as one discovered during the presentation (if performed) so that the presentation can be used for wallet holder authentication.

But how exactly can we enforce this?

  1. In your PSP-Init flow, you say that tx_code is optional but isn't it mandatory due to pre-authoritazion-code-flow? OPENID4VCI says

If the Wallet decides to use the Pre-Authorized Code Flow, the Transaction Code value MUST be sent in the tx_code parameter with the respective Token Request as defined in Section 6.1.

Also, when in the flow is it sent to the user and how is it linked to the initiating request?

  1. The Wallet can receive multiple credential_identifiers in the token response, but it cannot send them all in a single credential request. Why not? What's the reason for this decision?

  2. As your flows are shown in rather high level, I'd like to know your approach to connect the dots and be able to map the user selection made at the beginning to the attestations issued at the end? It is not covered in the RFC?

  3. How is the wallet authenticated (WUA) during the presentation?

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant