Microsoft Sharepoint

Connection Requirements

1

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.

2

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.

circle-exclamation
3

Sharepoint Domain

The hostname of your SharePoint site collection (e.g., yourtenant.sharepoint.com).

4

Folder Type

The folder type of your SharePoint site collection. (e.g., personal, marketing, etc.).

5

Site Address

The server-relative path to your site. (e.g., your_site_com)

6

List Name

The name of the list you want to see in the OctoXLabs. In the url you can see at the end:

https://Domain/FolderType/YourSite/Lists/ListName

7

Hostname Field

The name of the column in your list that contains the device hostnames. (No empty spaces)

8

IP Address Field

The name of the column in your list that contains devices ip address. This field is optional. (No empty spaces)

9

First Seen Field

The name of the column in your list that contains devices first seen field. This field is optional. (No empty spaces, if the name is FirstSeen you don't need to write this field.)

circle-info

First seen and last seen fields dates will be displayed in the format YYYY-MM-DDTHH:MM:SS.ssssssZ (e.g., 2025-08-11T19:45:32.123456Z), which is an ISO 8601 UTC timestamp. You need to change the formats if you want to view these fields. You can add the remaining fields as you wish.

10

Last Seen Field

The name of the column in your list that contains devices last seen field. This field is optional. (No empty spaces, if the name is LastSeen you don't need to write this field.)

11

SSL

Use SSL for connection. (optional, default: Encrypted).

circle-exclamation

Was this helpful?