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

Implement 18013-5 Server Retrieval #403

Open
davidz25 opened this issue Oct 31, 2023 · 1 comment
Open

Implement 18013-5 Server Retrieval #403

davidz25 opened this issue Oct 31, 2023 · 1 comment

Comments

@davidz25
Copy link
Contributor

davidz25 commented Oct 31, 2023

This entails both wallet-side, reader-side, and server-side code.

For the wallet-side, this would depend on work in Issue #402.

For the reader-side, this would require adding new code to VerificationHelper.

For the server-side, I imagine we can include a simple Servlet (similar to csa-server in the experimental-cloud-secure-area branch) which implements OpenID Connect according to the requirements in 18013-5. This servlet would likely also include a couple of endpoints for our wallet app to a) register a credential with the server; and (maybe) b) obtaining the server retrieval token at presentation time.

We should also check that our wallet implementation works with 3rd party readers. And that our reader works with 3rd party wallets.

@davidz25
Copy link
Contributor Author

We should also experiment with having a "self-signed" implementation which implements the server-side bits on the device itself. Of course this only works if the mdoc reader and the mdoc are on the same network (and can access each other) but that's probably good enough for just a demo. This is very similar to how we implement the REST API from 18013-7, that is, appverifier exposes a HTTP endpoint.

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

Successfully merging a pull request may close this issue.

1 participant