You can integrate your Trellix environment with Microsoft Entra ID (formerly Azure Active Directory) by creating a new configuration. This process requires specifying a Region in the Parameters tab and configuring OAuth authentication using Client Credentials in the HTTP tab.
Assign a Name for the configuration.
In the Parameters tab:
Region: Select the deployment Region (e.g., US).
Click Next.
In the HTTP tab, set the Authentication settings:
URL: Enter the Microsoft Graph API endpoint: (e.g.,https://graph.microsoft.com .
Auth Type: Select OAuth for authentication
Grant Type: Choose Client Credentials.
Client ID: Enter the Azure OAuth client ID.
Client Secret: Enter the Azure OAuth client Secret.
Token URL: Provide the OAuth token endpoint (e.g., https://login.microsoftonline.com/a61f2917-5680-4db7-ba1b-a89e3c15cc7f/oauth2/v2.0/token).
(Optional) Audience: Define the Audience for the token request (if applicable).
Scopes: Specify API access permissions (e.g., https://graph.microsoft.com/.default for Microsoft Graph API).
Auth Style: Select how authentication should be handled (default: Auto Detect).
Click Next.
In the Edge tab, select the required Edge (e.g., trellix-default).
To find available Edges, click the Auto Detect button.
Click Save.
You can add another configuration for the app by repeating these steps.