Our tenant is hosted by SharePoint Online SPO via .sharepoint.com and our domain uses Active Directory Federation Services for authentication within and multifactor authentication when outside the domain. I'm receiving a NullReferenceException error when connecting to SPO within the domain. Our TEST tenant does not use AD FS and I can connect U2U to TEST with no issues. Below is the message from the error dialog box.
What must I do to connect through AD FS with this tool?
System.NullReferenceException: Object reference not set to an instance of an object.
at Wictor.Office365.MsOnlineClaimsHelper.getCookieContainer()
at Wictor.Office365.MsOnlineClaimsHelper.clientContext_ExecutingWebRequest(Object sender, WebRequestEventArgs e)
at Microsoft.SharePoint.Client.ClientRuntimeContext.OnExecutingWebRequest(WebRequestEventArgs args)
at Microsoft.SharePoint.Client.ClientContext.GetWebRequestExecutor()
at Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate()
at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
at U2U.SharePoint.CAML.CSOM.CSOMSite.get_Title()
at U2U.CamlControlLibrary.SharePointHierarchyUserControl.AddWebHierarchy(QueryInfo queryInfo)
at U2U.CamlControlLibrary.SharePointHierarchyUserControl.Connect(QueryInfo queryInfo)
at U2U.CamlBuilder.MainForm.OpenSite()
Thanks for your review!!!