Skip to content

Commit

Permalink
change alg for RP
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Aug 7, 2024
1 parent 8d049bb commit 89f69e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oid4vc/TangleLabs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {Cache} from './cache';
"did:jwk",
],
idTokenSigningAlgValuesSupported: [
SigningAlgs.EdDSA
SigningAlgs.ES256
],
},
signingAlgorithm: SigningAlgs.ES256,
Expand Down

0 comments on commit 89f69e6

Please sign in to comment.