How to Configure the SharePoint Online Connector Using Web.config
The SharePoint Online O365 Connector does not retrieve 'hidden' properties for the items crawled.
- If there are properties which you want to include from this category, they must be listed in connector's web.config file under "
ListOfHiddenColumnsToInclude". - A complete record of the 'hidden' properties which have been ignored is listed in the connector logs.
- Note, you must set your Log level to DEBUG.
Azure Active Directory Settings
-
For clients using Azure Active Directory, note the following:
-
For the connector to use a US Government Azure AD endpoint, you must replace the following values in the web.config file under <appSettings>:
-
| Property | Default Value |
Government Azure AD Endpoint |
|---|---|---|
| SPOAuthorityEndpoint | https://login.microsoftonline.com | https://login.microsoftonline.us |
| GraphEntrypoint | https://graph.microsoft.com | https://graph.microsoft.us |