This has now been superseded by creating an App in Azure AD as it is easier to manage when the Client Secret expires. However if you cannot access your organizations Azure AD then this will be the best method to use.
https://{yourdoman}.sharepoint.com/_layouts/15/appregnew.aspx
https://{yourdomain}.sharepoint.com/_layouts/15/appinv.aspx
You will need to be a Site Collection Administrator to do this. If you do not have permission please contact your Site Administrator to create this for you.
Go to your SharePoint site and navigate to the application page. This can be found at the following link:https://{yourdoman}.sharepoint.com/_layouts/15/appregnew.aspx
Generate a Client ID and Client Secret by clicking onto the Generate
buttons. Then enter in a title for your App and enter an app domain and redirect URI.
Now click Create
to create the app.
When you have clicked create you will be given a confirmation page with all of your app details. Make a note of these as we will need to use them again later.
Now we need to set the permission levels for the app, do this by navigating to the application page at: https://{yourdomain}.sharepoint.com/_layouts/15/appinv.aspx
Enter in the Client ID
you generated earlier into the App ID field and lookup the Application. This will enter in the details you entered earlier into the other fields.
We now need to add the XML permission statement to give full control to the application. The XML we use to do this is:
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl" />
</AppPermissionRequests>
Once you are done click Create
to set the permissions.
To learn more about these permissions please see the Microsoft website here .
To connect in Data Sync open the connection window and go to SharePoint Online provider.
Enter in the URL to your base url of your SharePoint site i.e. http://<sharepointurl>/<site1>/<site2>
and click on the ellipsis (...
) in the OAuth2 field to open the OAuth credentials window.
Enter in your Client ID and Client Secret and click OK
to save the credentials.
Choose the list or library you wish to connect to from the ListName dropdown menu and then connect by clicking Connect & Create Library Connection
to save the connection to your connection library. Otherwise simply click Connect
.
You're now connected to your SharePoint site and can configure your Data Sync project as you need to.