Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge did:health driver into universal resolver #387

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

did-health
Copy link

merge main

@did-health
Copy link
Author

This is the universal driver for did:health. This is part of the DIF Identity Hackathon submission.

@did-health did-health changed the title Merge pull request #1 from decentralized-identity/main Merge did:health driver into universal resolver Nov 30, 2023
@peacekeeper
Copy link
Member

Hello, I just tried this and get an HTTP 200 response, but the DID document seems to be empty:

{
  "@context": "https://w3id.org/did-resolution/v1",
  "didDocument": {},
  "didResolutionMetadata": {
    "pattern": "^(did:health:.+)$",
    "driverUrl": "http://driver-did-health:8080/1.0/identifiers/",
    "duration": 25,
    "did": {
      "didString": "did:health:000005saasas1234",
      "methodSpecificId": "000005saasas1234",
      "method": "health"
    },
    "contentType": "application/did+ld+json"
  },
  "didDocumentMetadata": {}
}

Is this expected? Do you have a test identifier that returns an actual DID document when resolved?

Copy link
Contributor

@kimdhamilton kimdhamilton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @did-health , as part of Universal Resolver stability improvements, we are requiring use of image versions rather than "latest". Please provide a specific version and update the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants