在实现SharePoint 2013 Azure和SharePoint online之间的联合搜索时,我面临着问题。
SharePoint 2013 Azure使用ADFS进行身份验证。但是Azure活动目录和前提下的活动目录并不同步。
我遵循了以下两个环节中提到的所有步骤-
https://technet.microsoft.com/EN-US/library/dn607307.aspx
https://technet.microsoft.com/en-us/library/dn197169.aspx
然而,当我试图测试联邦结果源时,我会得到以下错误-
Web error: System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
at Microsoft.SharePoint.Client.ClientContext我不确定我们是否遗漏了一些在technet链接中被暗示或没有提及的内容。
如果有人能帮助解决这个问题,我很感激。
发布于 2016-02-03 07:00:39
经过一个月的努力和微软的支持,我们终于解决了这个问题。问题是变量$spcn的值。
在本文中,不太清楚必须将其设置到哪个域。
$spcn - The root domain name of your public domain. This value should not be in the form of a URL; it should be the domain name only, with no protocol.
An example is adventureworks.com.我们最初将其设置为SharePoint Online的域。最后,经过大量的点击和试用,我们发现我们必须添加SharePoint Online和SharePoint 2013年的域名。在那之后起了作用。
https://stackoverflow.com/questions/34309700
复制相似问题