Skip to content

Commit

Permalink
Merge pull request #3519 from FlowFuse/3518-remove-auth-context
Browse files Browse the repository at this point in the history
Set disableRequestedAuthnContext in SAML strategy
  • Loading branch information
hardillb committed Feb 28, 2024
2 parents 335538c + 1df752d commit 1160256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/ee/routes/sso/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = fp(async function (app, opts) {

fastifyPassport.use(new MultiSamlStrategy({
passReqToCallback: true, // makes req available in callback,
disableRequestedAuthnContext: true, // Helps make things work with Entra
wantAssertionsSigned: false, // TODO: allow this to be set per provider
async getSamlOptions (request, done) {
if (request.body?.RelayState) {
Expand Down

0 comments on commit 1160256

Please sign in to comment.