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

Trusted origins, list issuers vs hosts #43

Closed
OR13 opened this issue Jan 26, 2023 · 1 comment
Closed

Trusted origins, list issuers vs hosts #43

OR13 opened this issue Jan 26, 2023 · 1 comment
Labels
during-CR This issue needs to be resolved during the Candidate Recommendation phase. pending 7 day close

Comments

@OR13
Copy link
Contributor

OR13 commented Jan 26, 2023

Would be nice to see examples where same origin and different origins are used.

Example 1

{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vc/status-list/2021/v1"
  ],
  "id": "https://example.com/credentials/status/3", // origin 1
  "type": ["VerifiableCredential", "StatusList2021Credential"],
  "issuer": "did:example:12345",
  "issued": "2021-04-05T14:27:40Z",
  "credentialSubject": {
    "id": "https://example.com/status/3#list", // origin 1
    "type": "StatusList2021",
    "statusPurpose": "revocation",
    "encodedList": "H4sIAAAAAAAAA-3BMQEAAADCoPVPbQwfoAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA"
  },
  "proof": { ... }
}

Example 2

{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vc/status-list/2021/v1"
  ],
  "id": "https://vendor1.example.com/credentials/status/3", // origin 1
  "type": ["VerifiableCredential", "StatusList2021Credential"],
  "issuer": "did:example:12345",
  "issued": "2021-04-05T14:27:40Z",
  "credentialSubject": {
    "id": "https://vendor2.example.com/status/3#list",  // origin 2
    "type": "StatusList2021",
    "statusPurpose": "revocation",
    "encodedList": "H4sIAAAAAAAAA-3BMQEAAADCoPVPbQwfoAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA"
  },
  "proof": { ... }
}
@msporny msporny added the during-CR This issue needs to be resolved during the Candidate Recommendation phase. label Sep 10, 2023
@OR13
Copy link
Contributor Author

OR13 commented Oct 31, 2023

No interest from working group, marking pending close.

@msporny msporny closed this as completed Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
during-CR This issue needs to be resolved during the Candidate Recommendation phase. pending 7 day close
Projects
None yet
Development

No branches or pull requests

2 participants