Microsoft Sharepoint
Connection Requirements
Tenant ID and Client ID
Steps to create a Tenant ID and Client ID:
Log in to the Azure Portal with an administrator account.
Select Azure Active Directory.
Select App registrations > New registration. Fill in the details and click Register.
After you have created the app, you will see its Application (client) ID and Directory (tenant) ID. These values are your Client ID and Tenant ID.
Client Secret
In the left menu, select Certificates & secrets > New client secret. Click Add and copy the generated secret value immediately.
In the left menu, select API Permissions > Add a permission.
Select Microsoft Graph.
Select Application permissions.
Add the necessary permissions, Sites.Read.All and Files.Read.All.
After adding permissions, you must click the Grant admin consent button.
This is an example of the URL format:
https://SharepointDomain/FolderType/YourSite/Lists/ListName
Please remove any whitespace from the hostname and IP address field when entering them.
Please perform a connection test to ensure there is a valid connection to the Microsoft Sharepoint host. When the discovery operation finalized you will be able to see the details on Assets page.
Was this helpful?