Granting Access and Full Control Permissions

The connector you registered in Registering an Application Using the SharePoint Online Portal, must also be registered on SharePoint Online with tenant level access with Full Control permissions for all configured Site Collections.

To register the connector with the correct access level and permissions, complete the following:

  1. Enter the following URL to redirect to the Grant Permission page (where sitename is the URL of your SharePoint site): https://<sitename>-admin.sharepoint.com/_layouts/15/appinv.aspx

  2. In the AppId field, enter the Client ID you created in Registering an Application Using the SharePoint Online Portal

  3. Select Lookup.This populates the values in the following fields: Title, App, Domain, and Redirect URL.

  4. In the Permissions Request XML field, enter the following permission request (in XML format): 

    Copy
    <AppPermissionRequests AllowAppOnlyPolicy="true">
    <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl" />
    </AppPermissionRequests>
  5. Select Create.You are redirected to a page where you must click Trust In.