Hello All,
Previously we have using C# code to connect SharePoint site via Window Authentication.
NetworkCredential credentialSharePointWebService = new NetworkCredential(UserName, Password));
lstSharePointWebService.Credentials = credentialSharePointWebService;
But now we are using ADFS authentication. We have entered ADFS username and password but still we getting error while connection to SharePoint site.Could someone help me to connect SharePoint Site using ADFS user credentials.
Any help will be appreciable.
Thanks,
Amar Shinde