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

Dynamic credential request #407

Open
georgepadayatti opened this issue Oct 24, 2024 · 1 comment
Open

Dynamic credential request #407

georgepadayatti opened this issue Oct 24, 2024 · 1 comment

Comments

@georgepadayatti
Copy link

georgepadayatti commented Oct 24, 2024

This is regarding the implementation of the Section 5.1.5 Dynamic Credential Request. I am unsure if I should raise this question here or in OpenID4VP.

Dynamic credential request is for situations when an issuer requires verifications from the holder, before issuing the credential.

Here the issuer has alternating roles: issuer -> verifier -> issuer.

The verifier can specify direct_post as a way to receive the authorisation response containing the presentation submission. As per the OpenID4VP spec Section 6.2, it says the response endpoint after successfully processing the request must respond with 200 response. It may optionally contain a redirect_uri. If a redirect_uri is present, the wallet must redirect the user agent to that URI.

Screenshot 2024-10-24 at 5 18 09 PM

In the case of dynamic credential request, is it correct to understand the following:

Upon receiving the authorisation response, the verifier seizes being a verifier, therefore doesn't have to send a 200 response with/without redirect_uri and becomes an issuer and continues with the issuer flow of returning an authorisation response with 302 redirects containing code in query params

Is this the correct interpretation?

@c2bo
Copy link
Member

c2bo commented Oct 24, 2024

Seems to be related to #360? I think some of the discussion and links provided there might help, especially this proposal https://bmi.usercontent.opencode.de/eudi-wallet/eidas-2.0-architekturkonzept/flows/Presentation-During-Issuance/.

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

2 participants