Configure the Connector
The connector can synchronize security groups from SharePoint using the same credentials that are required for a standard fetch task. If you have already configured a fetch task, or specified the necessary parameters in the [FetchTasks]
or [Default]
section of the configuration file, no additional configuration is required.
For example, set the following parameters in your connector configuration file:
[SharePointOnPremise] SharepointUrlType=SiteCollection SharepointUrl=http://sharepoint.domain.com/sites/site/ Username=user Password=***** Domain=domain MappedSecurity=TRUE UseEmailAsGroupName=FALSE [SharePointOnline] SharepointOnline=TRUE SharepointUrlType=SiteCollection SharepointUrl=https://mysharepoint-sites.sharepoint.com SharepointAdminUrl=https://mysharepoint-admin.sharepoint.com SharepointMySiteUrl=https://mysharepoint-my.sharepoint.com Username=user Password=***** MappedSecurity=TRUE UseEmailAsGroupName=TRUE