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

Modify input attestation path #133

Closed gproanomsft closed 3 years ago

gproanomsft commented 3 years ago

Problem: Determining the attestations to be validated is the responsibility of the caller, and allow the sdk to focus of token validation

Solution: ClaimTokens are passed in as part of the SIOP Validation path

Validation: Unit tests

Type of change:

Risk: