Product

Fusion 5.8

Set Up App-Only Authentication for SharePoint Online With Tenant Permissions

Register the new application

  1. Access the registration form of the site collection to crawl. The format is:

    <SITE_COLLECTION_URL>-admin/_layouts/15/appregnew.aspx

  2. Select Generate to the right of the Client ID field.

  3. Select Generate to the right of the Client Secret field.

  4. Enter an application name value in the Title field.

  5. Enter the domain value in the App Domain field.

  6. Enter a URL value in the Redirect URI field.

  7. Select Create to register the application.

  8. Copy or write down the information in the Save APP information summary fields and store it in a secure location.

Grant tenant permissions to the application

  1. Access the admin Permissions page of the site collection to crawl. The format is :

    <SITE_COLLECTION_URL>-admin/_layouts/15/appinv.aspx

  2. Enter the Client ID into the App ID field.

  3. Select Lookup.

  4. Verify the values automatically populated in the following fields are accurate.

  5. Enter the following in the Permissions Request XML field.

    <AppPermissionRequests AllowAppOnlyPolicy="true">
      <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl" />
    </AppPermissionRequests>
  6. Select Create.

  7. In the Trust new App window, select Trust It.