Microsoft SharePoint Online external content connector
Summarize
Summary of Microsoft SharePoint Online external content connector
The Microsoft SharePoint Online external content connector enables ServiceNow customers to retrieve pages and metadata from Microsoft SharePoint Online sites, making this content searchable within AI Search applications. The connector supports scheduled or on-demand content and user permission crawls to update indexed content and security principals. Retrieved data is stored in a connector-specific indexed source, which search administrators can link to search profiles for use in AI Search.
Show less
Key Features
- Content Retrieval: The connector fetches static page content primarily from the CanvasContent1 and WikiFields metadata fields of SharePoint's Site Pages library. Dynamic content from web parts may be partially or not at all retrieved, as it requires authenticated user rendering which the connector cannot impersonate.
- Metadata Access: Alongside page content, the connector captures metadata such as title, author, and modification date via the SharePoint REST API.
- Crawling Capabilities: Administrators can configure crawl scope, including site selection and file extension filters, to control the documents and pages indexed.
- Security and Permissions: User permission crawls update security principals, and site-specific FullControl permissions must be granted to the registered OAuth 2.0 app in Microsoft Entra to allow crawling.
- Authentication Setup: Requires registration of an OAuth 2.0 app in Microsoft Entra and generation of a public/private key pair. The public key is used to configure API access for secure integration.
Practical Use and Configuration
To effectively use the connector, customers should:
- Estimate the document volume in their SharePoint Online environment to define appropriate crawl scopes.
- Register and configure an OAuth 2.0 application in Microsoft Entra with necessary permissions to enable the connector to access SharePoint sites.
- Create and configure the SharePoint Online external content connector within AI Search, specifying crawl settings and filters as needed.
- Understand limitations around dynamic content retrieval and use the SharePoint REST API to view the portion of page content that can be indexed.
Outcome
By implementing this connector, ServiceNow customers can integrate SharePoint Online content into their AI Search applications, enhancing search capabilities by including relevant SharePoint pages and metadata. This integration supports more comprehensive, secure, and up-to-date search results derived from their SharePoint Online content repositories.
The Microsoft SharePoint Online external content connector retrieves pages from sites in your Microsoft SharePoint Online source system and makes their content and metadata searchable in AI Search applications.
Connector administrators can run or schedule content crawls to retrieve updated content and access permissions from your source system, or user permission crawls to retrieve updated security principals from your source system. Both types of crawl feed their data to AI Search for indexing.
The indexed content and metadata are stored as records in a connector-specific indexed source. Search administrators can create search sources from this indexed source and link them to search profiles to make the indexed records searchable in AI Search applications.