uport-project / uport-mobile

uPort mobile app
https://uport.me
GNU General Public License v3.0
76 stars 28 forks source link

Problem with did:web method #211

Open MaestroKongrio opened 4 years ago

MaestroKongrio commented 4 years ago

Describe the bug I'm trying to scan a disclosureRequest from a did:web identity. The universal resolver is working fine (I get information of the public key associated), but nothing happens when I scan the QR. If I go to the system messages, I get this:

IMG_941B7AB6015C-1

The same code is working with did:ethr identities, so I think this is a bug.

mirceanis commented 4 years ago

It is definitely a bug, the uPort-mobile app doesn't know about this DID method yet. A fix for this is being worked on already, part of a larger maintenance effort.

Temporary workaround: did:web is the refactored version of did:https; they use the same mechanism but a different name. To test your setup, until support is added here, you can use this older method name in both the DID and the corresponding DID document.