> System Administration / Office365 integration / Add permissions in SharePoint Online

Add permissions in SharePoint Online

This confirms to SharePoint that the application is trusted for:

To add permissions in SharePoint Online

  1. Open a browser.
  2. Go to the following secure link, inserting your own company name:
  3. https://<companyname>.sharepoint.com/_layouts/15/appinv.aspx

    Note: You must use a secure SSL - https, not http.

  4. Copy in the Application Id from System Administration.
  5. Note: This is the Client ID in SharePoint Online.

  6. Click Lookup.
  7. The application fields are populated. If they are not, check that you have entered the Application ID correctly.

  8. In the Permission Request box, enter the following xml:
  9. <AppPermissionRequests AllowAppOnlyPolicy="true">

    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="Write" />

    </AppPermissionRequests>

  10. Click Create.
  11. Click Trust It.

Tip: For the most recent version of this topic, please see our help website here.


Go to top