Connecting to SharePoint On Premise
Connecting to SharePoint On Premise
The following authentication schemes are supported:
- User Credentials
- ADFS
- NTLM
User Credentials
Set the AuthScheme to Basic. You need to set the following connection properties:
Below is an example connection string:AuthScheme=Basic;User=yourUserName;Password=yourPassword;URL='http://sharepointserver/mysite';SharePointEdition=SharePointOnPremise;
ADFS
Set the AuthScheme to ADFS. You need to set the following connection properties:
- User: Set this to the ADFS user.
- Password: Set this to ADFS password for the user.
- SSOLoginURL: Set this to the base URL for your ADFS server.
AuthScheme=ADFS;User=ADFSUserName;Password=ADFSPassword;URL='http://sharepointserver/mysite';SharePointEdition=SharePointOnPremise;
NTLM
Set the AuthScheme to NTLM. The following connection properties are used to connect to NTLM:
The following is an example connection string:
AuthScheme=NTLM;User=NtlmUsername;Password=NtlmPassword;SharePointEdition=SharePointOnPremise;ConnectionType='SharePoint SOAP';URI='sp://Documents/';StorageBaseURL=http://sharePointServer/; AuthScheme=NTLM;User=NtlmUsername;Password=NtlmPassword;SharePointEdition=SharePointOnPremise;ConnectionType='SharePoint SOAP';URI='sp://Documents/mycars.CSV';StorageBaseURL=http://sharePointServer/;