Code Monkey home page Code Monkey logo

twogenidentity / microsoft-verifiable-credentials-workshop Goto Github PK

View Code? Open in Web Editor NEW
10.0 0.0 4.0 32.47 MB

Interoperability Workshop Microsoft Verifiable Credentials for Identity Claims

License: Apache License 2.0

Shell 6.31% Dockerfile 1.88% Java 25.06% JavaScript 27.32% HTML 39.43%
ssi blockchain-technology decentralized-identity identity identityprovider keycloak microsoft microsoft-azure verifiable-claims verifiable-credentials

microsoft-verifiable-credentials-workshop's People

Contributors

embesozzi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microsoft-verifiable-credentials-workshop's Issues

QRCode code length overflow error on presentation

When I access the verifier app (through https://<mydomain>/verifier) and click on the Access to Telco Portal I get the following JS error:

 Uncaught (in promise) Error: code length overflow. (1556>1056)
    createData https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@gh-pages/qrcode.min.js:1
    makeImpl https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@gh-pages/qrcode.min.js:1
    getBestMaskPattern https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@gh-pages/qrcode.min.js:1
    make https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@gh-pages/qrcode.min.js:1
    makeCode https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@gh-pages/qrcode.min.js:1
    requestPresentation https://<redacted>/verifier/js/index.js:36

The API request to get the QR code's contents works as expected and returns a URI such as:

{
  "requestId": "<request id redacted>",
  "url": "openid-vc://?request_uri=https://verifiedid.did.msidentity.com/v1.0/tenants/<tenant id redacted>/verifiableCredentials/presentationRequests/<request id redacted>",
  "expiry": 1683187032
}

This error has already been reported on the davidshimjs/qrcodejs project on the following open issue:

davidshimjs/qrcodejs#78

Apparently, the cause is passing strings between 192 and 220 characters, which makes sense since the request URI is exactly 192 characters long. The suggested workarounds are:

  1. Add the correctLevel: QRCode.CorrectLevel.L parameter to the QRCode() constructor call
  2. Swap the davidshimjs/qrcodejs library which is currently unmaintained with a maintained fork such as: KeeeX/qrcodejs

I've tested both and 1. didn't work for me. Using the KeeeX/qrcodejs fork did however and the QR code shows fine. I've made the change on my own fork:

millenc@0fad7b4

Is this error happening for somebody else? Should we update the library?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.