Explorar el Código

add debug code

Yuki Takei hace 6 años
padre
commit
124d5f8b46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/server/service/passport.js

+ 1 - 0
src/server/service/passport.js

@@ -684,6 +684,7 @@ class PassportService {
   verifySAMLResponseByABLCRule(response) {
     const rule = this.crowi.configManager.getConfig('crowi', 'security:passport-saml:ABLCRule');
     if (rule == null) {
+      debug('There is no ABLCRule.');
       return true;
     }