Skip to content

Commit

Permalink
fix: set client_id on authorization url
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 2, 2024
1 parent 04e7cb8 commit 599ca9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/lib/__tests__/OpenID4VCIClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ describe('OpenID4VCIClient should', () => {
codeChallenge: 'mE2kPHmIprOqtkaYmESWj35yz-PB5vzdiSu0tAZ8sqs',
},
authorizationRequest: {
clientId: 'clientId',
redirectUri: 'http://localhost:8881/cb',
},
}),
Expand Down

0 comments on commit 599ca9e

Please sign in to comment.