Microsoft O365
Connection Requirements
Client Secret
In the left menu, go to Certificates & Secrets and click New client secret. Provide a description and expiration period, then click Add. Make sure to copy the secret value immediately — you won’t be able to see it again later.
Next, open API Permissions > Add a permission.
Select Microsoft Graph, then choose Application permissions.
Add the permissions your application needs. Commonly used ones include:
Users.Read.All – Read all user profiles
Directory.Read.All – Read directory data
Sites.Read.All – Read SharePoint sites
Files.Read.All – Read all files that the app can access
Please perform a connection test to ensure there is a valid connection to the host. When the discovery operation is finalized, you will be able to see the details on the Assets page.
Was this helpful?