Просмотр исходного кода

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

Missing initialization for OIDC Strategy
Yuki Takei 6 лет назад
Родитель
Сommit
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) {