Microsoft Office 2016 客戶端默認使用新式驗證。 在某些配置中,新式驗證不受安裝有 SharePoint Server 2016 的 Office 2016 客戶端的支持,例如,當將新式驗證用於 Active Directory 聯合身份驗證服務 (AD FS) 3.0 安裝時。 如今,SharePoint 管理員能夠將 SharePoint Server 2016 配置爲取消 Office 2016 客戶端中的新式驗證。 數據庫
若要將 SharePoint Server 2016 配置爲取消 Office 2016 客戶端中的新式驗證,請按照如下步驟在 SharePoint 2016 命令行管理程序中運行 Microsoft PowerShell 命令: 服務器
$sts = Get-SPSecurityTokenServiceConfig
$sts.SuppressModernAuthForOfficeClients = $true spa
$sts.Update() 命令行
iisreset /restart rest
Net Stop SPTimerV4 orm
Net Start SPTimerV4 cmd
$sts = Get-SPSecurityTokenServiceConfig it
$sts.SuppressModernAuthForOfficeClients io
最後一個命令應返回 True。 form
注意 :Microsoft Office 2013 客戶端也受到了影響。