Register an app by following the steps mentioned in Register an application in Microsoft Entra ID.
Copy the values of two fields: Application (client) ID and Directory (tenant) ID. These credentials are later used in ePO - On-prem.
Select API permissions on the left pane under Manage and click Add a permission.
The Request API permissions page appears:
Select Microsoft Graph.
What type of permissions does your application require: Select Application permissions.
Note
We require Application permissions because our application runs a background service.
Use the Select permissions search and select the following:
Device.Read.All
Domain.Read.All
Group.Read.All
GroupMember.Read.All
Organization.Read.All
User.Read.All
Directory.Read.All
Click Add Permissions.
On the API permissions page, click Grant admin consent for (Tenant Name) and select Yes. This selection gives pre-consent to the application using this registration to access the APIs under the specified permissions. If you signed in as a global administrator, consent is recorded for all users in the tenant that run the application. Otherwise, it applies only to your user account.
In the left pane, select Manage > Certificates & secrets, and click New client secret in the Client secrets tab.
Enter the following details:
Description: Trellix ePO - On-prem.
Expires: Select the period required. Custom allows for the date range to be specified.
Click Add.
Copy and save the string generated named Value. The string named Secret ID is not used or needed in this workflow.
Note
After you leave the page the value will not be visible again.
Set up credentials on the Azure portal
- Published on Sep 7, 2026
- 1 minute(s) read
Was this article helpful?