digitalcredentials / web-verifier-plus

VerifierPlus allows users to verify any supported digital academic credential
https://verifierplus.org
MIT License
8 stars 10 forks source link

VerifierPlus.org does not verify sample SJCC credential #60

Closed bmuramatsu closed 1 year ago

bmuramatsu commented 1 year ago

https://verifierplus.org/credentials/eb6fb2cb-4c09-41a8-af52-cad6f16e13d0

{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://purl.imsglobal.org/spec/ob/v3p0/context.json",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "id": "urn:uuid:2a28c227-ebc6-4dab-9226-d3c541149057",
  "type": [
    "VerifiableCredential",
    "OpenBadgeCredential"
  ],
  "name": "Emerging Tech Entrepreneurship Level 1",
  "issuer": {
    "type": "Profile",
    "id": "did:key:z6MkpcJENgsDNoVct5MnzM49sydB35GvewXEdJeWdy68yi4j",
    "name": "San José City College",
    "url": "https://www.sjcc.edu",
    "image": {
      "id": "https://www.eslstation.net/wp-content/uploads/2020/05/sjcc-square.jpg",
      "type": "Image"
    }
  },
  "issuanceDate": "2020-05-22T00:00:00.000+00:00",
  "credentialSubject": {
    "type": [
      "AchievementSubject"
    ],
    "id": "did:key:z6Mkus9Gw6paSW638N1Qmv1Tc9L7cZJSQ7qF37KWjbmYN6q4",
    "name": "SJCC Jaguar",
    "achievement": {
      "id": "urn:uuid:24c58959-4549-405b-a4de-fb341ce94c95",
      "type": [
        "Achievement"
      ],
      "name": "Emerging Tech Entrepreneurship Level 1",
      "description": "Pilot digital credential for SJCC's Emerging Tech Entrepreneurship Level 1.",
      "criteria": {
        "narrative": "Students who complete the Emerging Tech Entrepreneurship certificates will be exposed to and become proficient in the coursework to become entrepreneurs in a technical field. This program combines the business skills necessary to make sound business decisions with the technical know-how to survive in the 21st century. Students will learn how to build and manage successful modern technical businesses."
      }
    }
  },
  "expirationDate": "2024-01-01T00:00:00.000+00:00",
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2023-03-15T14:44:32Z",
    "verificationMethod": "did:key:z6MkpcJENgsDNoVct5MnzM49sydB35GvewXEdJeWdy68yi4j#z6MkpcJENgsDNoVct5MnzM49sydB35GvewXEdJeWdy68yi4j",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2oBzoV62Ft7h1Wcsyebw8jCSQX19wc8YJR6XxK8Bi7z6LTZs5H48afb4k3sq5MvLUMaYr9LMv1U2JsZQXWBA3ypX"
  }
}
bmuramatsu commented 1 year ago

This is what VerifierPlus.org does.

This issue blocks SJCC pilot.

Screen Shot 2023-03-16 at 8 56 20 AM
bmuramatsu commented 1 year ago

Still related to https://github.com/digitalcredentials/web-verifier-plus/issues/52

bmuramatsu commented 1 year ago

Both now work. Ok to close.