Sphereon-Opensource / OID4VC-demo

Demo for OID4VC, containing a configurable agent, OID4VCI Issuer and demopage as well as SIOPv2 and OID4VP RPs with demo page
Apache License 2.0
15 stars 7 forks source link

Unable to resolve DID document for did:web:dbc2023.test4.sphereon.com #100

Open vadimchilinciuc opened 5 months ago

vadimchilinciuc commented 5 months ago

First of all thanks for all your work . I have some issue regarding the :OID4VC-demo Im using: Sphereon Wallet I have followed the instruction for: docker/compose/build/install-configs.sh and set correctly the 3 services: ssi-agent, oid4vci-demo-frontend, and oid4vp-frontend. When i try to scan the qr code for getting a credential or for authenticate i get this error : ERROR: unable to retrive information . Error: resolver_error :Unable to resolve DID document for did:web:dbc2023.test4.sphereon.com:notFound,resolver_error:DID must resolve to a valid https URL containing a JSON document:TypeError Network request failed

What im doing wrong ? Another thing that i dont understand is how the did is connected with the wallet , im sorry im new in this and its really hard to understand the whole process. when im scan the qr code for authentication (with Sphereon Wallet ) how the wallet is refered to :did:web:dbc2023.test4.sphereon.com

Thanks a lot for your response ! WhatsApp Image 2024-03-20 at 10 23 10 WhatsApp Image 2024-03-20 at 10 27 00

flarocca commented 4 months ago

@vadimchilinciuc Hey! I am not a maintainer nor an expert here, but I've been playing around for the last two weeks with this. The problem is that the domain has been turned off, you check that out by using https://dev.uniresolver.io/.

The did:web method works by making a GET request to https://{domain}/.well-known/did.json, in this case https://dbc2023.test4.sphereon.com/.well-known/did.json.

That domain is no longer working.