We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4ffee commit f3755f2Copy full SHA for f3755f2
src/service/passport/activeDirectory.js
@@ -7,7 +7,7 @@ const configure = (passport) => {
7
// We can refactor this by normalizing auth strategy config and pass it directly into the configure() function,
8
// ideally when we convert this to TS.
9
const authMethods = require('../../config').getAuthMethods();
10
- const config = authMethods.find((method) => method.type.toLowerCase() === "activeDirectory");
+ const config = authMethods.find((method) => method.type.toLowerCase() === "activedirectory");
11
const adConfig = config.adConfig;
12
13
const { userGroup, adminGroup, domain } = config;
0 commit comments