Skip to content

Commit

Permalink
fix agent build
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Aug 27, 2024
1 parent d791d02 commit 49a3dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions agent/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const agent = new Agent({
router: openId4VpRouter,
endpoints: {
authorization: {
// @ts-ignore
verifyHs256Callback,
},
},
Expand Down
2 changes: 2 additions & 0 deletions agent/src/issuerMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const mockPidOpenId4VcPlaygroundCredentialSdJwtVcJwk = {
format: OpenId4VciCredentialFormatProfile.SdJwtVc,
vct: 'https://example.bmi.bund.de/credential/pid/1.0',
cryptographic_binding_methods_supported: ['jwk'],
cryptographic_suites_supported: [JwaSignatureAlgorithm.ES256],
// @ts-ignore
credential_signing_alg_values_supported: [JwaSignatureAlgorithm.ES256],
display: [
{
Expand Down

0 comments on commit 49a3dbb

Please sign in to comment.