Переглянути джерело

Merge pull request #1024 from shield-9/fix-oidc-setup

Missing initialization for OIDC Strategy
Yuki Takei 7 роки тому
батько
коміт
7b5d741f27
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/server/crowi/index.js

+ 1 - 0
src/server/crowi/index.js

@@ -275,6 +275,7 @@ Crowi.prototype.setupPassport = function() {
     this.passportService.setupGoogleStrategy();
     this.passportService.setupGitHubStrategy();
     this.passportService.setupTwitterStrategy();
+    this.passportService.setupOidcStrategy();
     this.passportService.setupSamlStrategy();
   }
   catch (err) {