wikijs-fork/server/modules/authentication
Maximilian Bosch b345375477
fix(auth): SAML authnContext parameter should be an array (#5290)
* saml auth: `authnContext` must be a list now

This fixes

    this.options.authnContext.forEach is not a function

when trying to login via SAML on wiki-js 2.5.281.

Reason for that is that `authnContext` must be a list now which is
apparently a breaking change that was missed while upgrading
passport-saml[1].

Resolves #5289

[1] https://github.com/node-saml/passport-saml/pull/615

* fix(auth): split authnContext for SAML authenticaiton module

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-05-14 21:17:17 -04:00
..
auth0 fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
azure fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
cas fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
discord fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
dropbox fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
facebook fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
firebase fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
github fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
gitlab fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
google fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
keycloak fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
ldap fix: handle multiple LDAP strategies (#5116) 2022-03-25 21:11:24 -04:00
local fix: force lowercase for email on local auth 2020-09-09 19:59:46 -04:00
microsoft fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
oauth2 feat(auth): OAuth2 access_token in GET query string in userInfoURL (#5188) 2022-04-16 20:39:07 -04:00
oidc fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
okta fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
rocketchat fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
saml fix(auth): SAML authnContext parameter should be an array (#5290) 2022-05-14 21:17:17 -04:00
slack fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
twitch fix: update to working twitch passport strategy (#5279) 2022-05-13 16:20:09 -04:00