-
Notifications
You must be signed in to change notification settings - Fork 20
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
OpenID4VP invocation via platform provided Digital Credentials API #90
Comments
I didn't have time to properly think about this yet so take this with a grain of salt, but the first question I had when reading the proposed API call was how would this work with the JAR based approach where the request object is a signed JWT? Quite a few of the |
If we assume/agree that establishing trust in the verifier is what happens between wallet and the verifier directly, browser API can be oblivious to request_uri vs request as a JWT, etc because it does not need to understand client_id, client_id_scheme, request signature, etc., as long as request to the browser API contains all of the necessary information for the browser to render a meaningful wallet/credential screen to the end-user. So this probably means that verifier always needs to pass presentation_definition object in the browser API request, regardless whether it is using request_uri/JAR or not. |
this is addressed by PR #155, right? |
I agree, it is. I think we can close this in favour of issue #125, although strictly speaking they're not quite duplicates. |
Duplicate of #125 |
Section 7 of the specification presents a list of mechanisms to invoke a native mobile Wallet application from the web (or other native app). These currently include Android and iOS platform specific methods such as Custom URL schemes, Universal Links and App Links. It also includes a QR code based flow for cross-device invocation.
Up until recently these were the only viable options available to OpenID4VP but they come with a number of drawbacks.
To address these issues a new Digital Credentials browser API is being developed. This API is designed to allow websites to initiate a request for digital credentials, using their presentation protocol of choice, such as OpenID4VP.
This issue to track the changes required to the OpenID4VP specification to include support for innovation via the Digital Credentials API.
This document presents a sketch and serves as a starting point for how that might be done https://docs.google.com/document/d/1uuOJsaDU2kbh0LN8YE2yOQerGKLVARmGQ7yRVf3Bhx4/edit?usp=sharing
The text was updated successfully, but these errors were encountered: