Skip to content

Commit

Permalink
Fix following openid-client update (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmcgowan authored Dec 9, 2024
1 parent 7d87db5 commit 362e019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/authentication/govukOneLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ async function init(): Promise<{ client: Client; idTokenStore: TokenStore }> {
ui_locales: 'en',
},
usePKCE: false,
extras: {
clientAssertionPayload: { aud: issuer.metadata.token_endpoint },
},
},
verify,
)
Expand Down

0 comments on commit 362e019

Please sign in to comment.