Browse Source

add 'security:passport-saml:cert' to mandatory items

utsushiiro 7 years ago
parent
commit
831e0b20ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/service/passport.js

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

@@ -60,6 +60,7 @@ class PassportService {
     this.mandatoryConfigKeysForSaml = [
     this.mandatoryConfigKeysForSaml = [
       'security:passport-saml:isEnabled',
       'security:passport-saml:isEnabled',
       'security:passport-saml:entryPoint',
       'security:passport-saml:entryPoint',
+      'security:passport-saml:cert',
       'security:passport-saml:issuer',
       'security:passport-saml:issuer',
       'security:passport-saml:attrMapId',
       'security:passport-saml:attrMapId',
       'security:passport-saml:attrMapUsername',
       'security:passport-saml:attrMapUsername',