瀏覽代碼

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

utsushiiro 7 年之前
父節點
當前提交
831e0b20ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',