wikijs-fork/server/modules
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
..
analytics feat: extends plausible analytics to support self hosted installations (#4824) 2021-12-26 00:17:57 -05:00
authentication fix(auth): SAML authnContext parameter should be an array (#5290) 2022-05-14 21:17:17 -04:00
comments feat: edit comment 2020-05-31 18:15:15 -04:00
editor feat: redirect editor UI (wip) 2020-05-10 18:43:45 -04:00
extensions feat: extensions check + resolver 2020-05-21 00:20:57 -04:00
logging fix: code linting 2020-01-31 22:41:14 -05:00
rendering fix: handle links to same host but different port as external 2022-04-03 15:48:51 -04:00
search feat: set analyzer for elasticsearch (#2793) 2020-12-08 21:41:45 -05:00
storage fix: handle unicode chars when syncing files using git storage (#5272) 2022-05-09 21:39:08 -04:00