Skip to content

Commit

Permalink
Set client_id as the expected aud of KeyBinding JWT (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Jan 15, 2025
1 parent a89424d commit adfa2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ internal fun beans(clock: Clock) = beans {
bean { GetJarmJwksLive(ref(), clock, ref()) }
bean { GetPresentationEventsLive(ref(), ref()) }
bean { ValidateMsoMdocDeviceResponse(clock, trustedIssuers) }
bean { ValidateSdJwtVc(trustedIssuers, env.publicUrl()) }
bean { ValidateSdJwtVc(trustedIssuers, ref<VerifierConfig>().clientIdScheme.clientId) }

//
// Scheduled
Expand Down

0 comments on commit adfa2fb

Please sign in to comment.