Explorar el Código

Add missed intialization for OIDC Strategy

Daisuke Takahashi hace 6 años
padre
commit
b8ff521d00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {