Skip to content

Commit

Permalink
feat: support support A128CBC-HS256 for oid4vp
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Feb 4, 2025
1 parent ee77823 commit 60645e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class OpenId4VcSiopHolderService {
client_metadata: requestObjectPayload.client_metadata,
server_metadata: {
authorization_encryption_alg_values_supported: ['ECDH-ES'],
authorization_encryption_enc_values_supported: ['A256GCM'],
authorization_encryption_enc_values_supported: ['A256GCM', 'A128CBC-HS256'],
},
})

Expand Down

0 comments on commit 60645e5

Please sign in to comment.