You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
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
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.
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'}
The text was updated successfully, but these errors were encountered: