...
Log Type | Ingestion label | Preferred Logging Protocol - Format | Log Collection Method | Data Source |
---|---|---|---|---|
Azure AD Azure AD Directory Audit Azure AD Organizational Context | AZURE_AD AZURE_AD_AUDIT AZURE_AD_CONTEXT | API - JSON | https://cloud.google.com/chronicle/docs/reference/feed-management-api#azure-ad https://cloud.google.com/chronicle/docs/reference/feed-management-api#azure-ad-audit https://cloud.google.com/chronicle/docs/reference/feed-management-api#azure-ad-context |
Device Configuration
For Microsoft Entra ID via 3RD Party API (Preferred):
...
To access the Microsoft Entra reporting API, you must grant your app Read directory data and Read all audit log data permissions for the Microsoft Graph API.
Select API Permissions → > Add a permission
...
Select Microsoft Graph > Application permissions.
Select the Application permissions option.
Add
AuditLog.Read.All
,Directory.Read.All
andSecurityEvents.Read.All
then select the Add permissions button.
...
Parameters required from customer for Integration.
For Microsoft Entra ID Via 3RD Party API (Preferred):
Property | Default Value | Description |
---|---|---|
OAUTH CLIENT ID | N/A | Specify the client ID of the Entra ID application to use for the integration. |
OAUTH CLIENT SECRET | N/A | Specify the client secret value (not the secret ID!) of the Entra ID app |
TENANT ID | N/A | Specify the Entra ID (tenant ID). |
API FULL PATH | In case of AZURE_AD graph.microsoft.com/v1.0/auditLogs/signIns In case of AZURE_AD_AUDIT | API full path |
API AUTHENTICATION ENDPOINT |
For Microsoft Entra ID & Entra ID B2C Via Azure Storage (Alternative):
Property | Default Value | Description |
---|---|---|
AZURE URI | N/A | The URI pointing to a Azure Blob Storage blob or container. Container names are |
URI IS A | Directory which includes subdirectories | The type of object indicated by the URI. Valid values are:
|
SOURCE DELETION OPTION | Never delete files | The API endpoint to connect to retrieve logs, which include |
Shared Key OR SAS Token | A shared key, a 512-bit random string in base64 encoding, authorized to access Azure Blob Storage. Required if not specifying an SAS Token. |
For Microsoft Azure AD Context:
Property | Default Value | Description |
---|---|---|
OAUTH CLIENT ID | N/A | Specify the client ID of the Entra ID application to use for the integration. |
OAUTH CLIENT SECRET | N/A | Specify the client secret value (not the secret ID!) of the Entra ID app |
TENANT ID | N/A | Specify the Entra ID (tenant ID). |