TalaoDAO / AltMe

Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation, DIIP and more.
https://talao.io
Apache License 2.0
45 stars 13 forks source link

Issuer problem #2698

Closed ThierryThevenet closed 4 months ago

ThierryThevenet commented 4 months ago

With SICAP issuer, ldp_vc, draft 13 (json-ld)

the configuration needed is https://wallet-provider.talao.co/configuration/webpage?login=guest@SICPA2-0&password=VZXHTF&wallet-provider=https://wallet-provider.talao.co/

issuer is https://openid4vc-playground-preview.sandbox.adaptivespace.io/issuance

it fails on the credential endpoint :

I note that the VC has no idattribute neither credentialSubject.id....those identifiers are optional but not sure that will be accepted by didkit

Other issue is the context https://did.adaptivespace.io/multiformat-templates/mastercontext.jsonld" which must be loaded and dikit will not load it and it will raise an error....that is why the portal configuration of the wallet is wallet level = low in order to bypass the verification of the VC by didkit. But we will have to solve that soon.

ThierryThevenet commented 4 months ago
 {
    "credential": {
      "type": [
        "VerifiableCredential",
        "TalaoCredentialJLD"
      ],
      "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://did.adaptivespace.io/multiformat-templates/mastercontext.jsonld"
      ],
      "credentialSubject": {
        "uniqueClaim001": {
          "uniqueClaim002": "sampleValue",
          "uniqueClaim003": "sampleValue"
        }
      },
      "issuanceDate": "2024-05-30T10:02:54.712615171Z",
      "issuer": "did:web:did-doc-dts-dev-features.s3.eu-central-2.amazonaws.com:492e27e3-0bda-44ba-bb42-65029fa55e07",
      "proof": {
        "type": "Ed25519Signature2018",
        "created": "2024-05-30T10:02:54Z",
        "proofPurpose": "assertionMethod",
        "verificationMethod": "did:web:did-doc-dts-dev-features.s3.eu-central-2.amazonaws.com:492e27e3-0bda-44ba-bb42-65029fa55e07#018fbf54-38b9-74aa-b6ae-6f34ad7aab5c",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFZERTQSJ9..hIiORz8Lw_mOH4GapiAzTvNhae3F-99tcQRUeSUeAAOiyYXKXv3ukfkkSmuJi0PhBBB6H78Y-P6JIddxfVXhCQ"
      }
    }
  }