microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

Fix test to be sure no id tokens are required in input #76

Closed beejones closed 4 years ago

beejones commented 4 years ago

Problem: Contract without id token might fail because validation expected id tokens

Solution: Fixed the test. Added rule processor item.

Validation: unit test

Type of change: