Skip to content

Canonical test objects for OpenID4VP and Openid4VCI #433

@marcoscaceres

Description

@marcoscaceres

Right now, we have the following empty objects in the test suite:

const CANONICAL_REQUEST_OBJECTS = {
  openid4vci: {
    /* Canonical object coming soon */
  },
  "openid4vp-v1-unsigned": {
    /* Canonical object coming soon */
  },
  "openid4vp-v1-signed": {
    /* Canonical object coming soon */
  },
  "openid4vp-v1-multisigned": {
    /* Canonical object coming soon */
  },
  /** @type MobileDocumentRequest **/
  "org-iso-mdoc": {
    deviceRequest: "omd2ZXJza....",
    encryptionInfo: "gmVk...",
  },
};

It would be amazing if someone from the OpenID community could provide some canonical objects that could be used for testing (as we only have canonical ones for mDoc).

And also the TypeScript definitions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions