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

cannot perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com #695

Closed
vaimut opened this issue Aug 8, 2024 · 2 comments

Comments

@vaimut
Copy link

vaimut commented Aug 8, 2024

Is there any updated verifier for performing 23220-4 over the internet verification with the IC wallet apps?.The current link which is posted on the repo page is not working

We have checked with other readers where we are getting 500 error

You can also check this by using the below nist reader

https://www-s.nist.gov/mdl/

Update:
we have found the root cause for this issue and it's because of double encoding happening in deviceenagagementbytes and it should be like this as per standard

DeviceEngagementMessage = {
“deviceEngagementBytes”: DeviceEngagementBytes ;
}
DeviceEngagementBytes = #6.24(bstr .cbor DeviceEngagement);

But now it's like double encoded

{"deviceEngagementBytes": h'D8185877A30063312E31018201D818584BA401022001215820CC8C76E13101C50A9FF0849CE77135B824C88AD703293F969F0BD4549AE00EF2225820888EB057805D35BD08500533792B09D32800707BD029B130D77D148A3EE1A5DB0581A363636174016474797065016764657461696C73A166646F6D61696E60'}

@vaimut vaimut changed the title can't table to perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com can't able to perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com Aug 8, 2024
@vaimut vaimut changed the title can't able to perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com cannot able to perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com Aug 8, 2024
@vaimut vaimut changed the title cannot able to perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com cannot perform over the internet verification with https://mdoc-reader-external.uc.r.appspot.com Aug 8, 2024
@davidz25
Copy link
Contributor

We've rewritten the our Online Verifier so it's in the server module along with other functionality. It currently only supports openid4vp w/ URI schemes but will soon also have W3C Digital Credentials API support. It's not been redeployed to https://mdoc-reader-external.uc.r.appspot.com yet.

@vaimut
Copy link
Author

vaimut commented Sep 3, 2024

Sure Thanks for the information

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