Skip to content

Returns 500 on issuance of credentials with undefined Terms or Types #169

@aljones15

Description

@aljones15

If a credential is posted to an issuer instance, this library returns 500 if that credential has an undefined term or type.

Example:

{
  '@context': ['...credentials v2 context'],
  'type': ['VerifiableCredential', 'UndefinedType'],
  'credentialSubject': {
    'undefinedTerm': 'notDefinedInContext'
  }

Metadata

Metadata

Assignees

No one assigned

    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