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

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

utsushiiro 7 лет назад
Родитель
Сommit
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 = [
       'security:passport-saml:isEnabled',
       'security:passport-saml:entryPoint',
+      'security:passport-saml:cert',
       'security:passport-saml:issuer',
       'security:passport-saml:attrMapId',
       'security:passport-saml:attrMapUsername',