Skip to content

Commit

Permalink
fix(passport): update validateInResponseTo always
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Aug 29, 2024
1 parent 1991056 commit 324b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/extra-passport-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const params = R.once(() => [
strategy: '@node-saml/passport-saml',
passportAuthnParams: {},
options: {
validateInResponseTo: true,
validateInResponseTo: 'always',
requestIdExpirationPeriodMs: 3600000,
decryptionPvk: fs.readFileSync(global.config.spTLSKey, 'utf-8'),
decryptionCert: fs.readFileSync(global.config.spTLSCert, 'utf-8')
Expand Down

0 comments on commit 324b67d

Please sign in to comment.