Add AadAuth module as saved settings

pull/7233/head
Eva Yang 2021-03-22 15:25:47 -04:00 committed by GitHub
parent 90ed58d567
commit 002ba9d416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2230,7 +2230,7 @@ class Server extends AppModel
'debug', 'MISP', 'GnuPG', 'SMIME', 'Proxy', 'SecureAuth',
'Security', 'Session.defaults', 'Session.timeout', 'Session.cookieTimeout',
'Session.autoRegenerate', 'Session.checkAgent', 'site_admin_debug',
'Plugin', 'CertAuth', 'ApacheShibbAuth', 'ApacheSecureAuth'
'Plugin', 'CertAuth', 'ApacheShibbAuth', 'ApacheSecureAuth', 'AadAuth'
);
$settingsArray = array();
foreach ($settingsToSave as $setting) {