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

change the value of client_id to equal redirect_uri #95

Closed beejones closed 3 years ago

beejones commented 3 years ago

Problem: change the value of client_id to equal redirect_uri, so redirect_uri is enforced in Requestor.

Solution: Use redirect_uri in create for client_id

Validation: New unit tests

Type of change:

Risk: