decentralized-identity / decentralized-identity/wallet-and-credential-interactions
Support URIs for credential_manifest and presentation_definition
Open
- Dominant language
- HTML
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
There will be times where the issuer/verifier will have their Credential Manifest or Presentation Definition hosted as a static resource. In order to support this the `credential_manifest` and `presentation_definition` claims need to be allowed to be either inline objects (current) or URIs that when resolved result in a CM or PD
```
{
"credential_manifest": "https://example.com/my-cool-credential-manifest.json"
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.