Skip to content

Commit

Permalink
Use HTTP-Redirect authentication request binding for SAML
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 16, 2020
1 parent 80aa426 commit 59be72e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/web/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ function init() {
callbackUrl: SSO_LOGIN_CALLBACK_URL,
issuer: SAML_ENTITY_ID,
cert: SSO_IDP_PUBLIC_KEY_CERT,
// https://github.com/bergie/passport-saml/issues/226
disableRequestedAuthnContext: true,
authnRequestBinding: 'HTTP-Redirect',
signatureAlgorithm: 'sha256',
},
function (profile, done) {
Expand Down

0 comments on commit 59be72e

Please sign in to comment.