decentralized-identity / wallet-and-credential-interactions

QR Codes and Button for Claiming and Sharing Credentials (and more!)
https://identity.foundation/wallet-and-credential-interactions/
Apache License 2.0
7 stars 5 forks source link

Support URIs for credential_manifest and presentation_definition #15

Open JaceHensley opened 3 years ago

JaceHensley commented 3 years ago

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"
}