Management and Administration > Workspace Management > Management Console > SmartObject Services > SmartObject Services > SharePoint Services > The SharePoint CSOM Service | Send feedback |
There are two SharePoint Client Side Object Model (CSOM) service instances that can be configured through the K2 Workspace Management Console, the Content service and the Management service, these two services work independently of each other.
The Content service allows a user to interact with list and library content while the Management service allows a user to create sites, lists and libraries within SharePoint. Only these two services are exposed.
The Content and Management services both require SharePoint 2010. There is no special requirement in a distributed environment, in all cases the SharePoint 2010 site must have been set up.
The SharePoint Foundation 2010 Client Object Model Redistributable is required for CSOM Service Brokers and is installed on the K2 Server automatically during setup or reconfiguring the system.
Perform the following steps to interacting with SharePoint:
Setting up SSO is optional depending on whether or not specific users need to execute against the cloud. SSO cached credentials are required and the Active Directory user needs to cache site login details against their profile.
An authentication error will occur if the timestamp between two systems is more than 5 minutes apart, if OAuth is involved. So you will receive an error and not be able to authenticate through to an Office 365 environment using the K2 CSOM broker if the systems have a timestamp more than 5 minutes apart. |
Static credentials are less secure, and if used the registered instance user will execute all the time as the static user defined during instance configuration.