mirror of https://github.com/Requarks/wiki.git
Browse Source
* 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>pull/5304/head
Maximilian Bosch
2 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…