fix: handle multiple LDAP strategies (#5116)

This commit is contained in:
Manuel
2022-03-26 02:11:24 +01:00
committed by GitHub
parent 2493fd85ae
commit 1f489a3d8e
3 changed files with 3 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ module.exports = {
const strategy = require(`../modules/authentication/${stg.strategyKey}/authentication.js`)
stg.config.callbackURL = `${WIKI.config.host}/login/${stg.key}/callback`
stg.config.key = stg.key;
strategy.init(passport, stg.config)
strategy.config = stg.config