fix note tagging

This commit is contained in:
Joey Caparas
2017-01-20 10:22:24 -08:00
parent d41e9bf3c2
commit 95ed993220

View File

@ -35,12 +35,12 @@ You'll need to configure HP ArcSight so that it can consume Windows Defender ATP
- **client_secret**: OAuth 2 Client secret - **client_secret**: OAuth 2 Client secret
- **auth_url**: ```https://login.microsoftonline.com/<tenantID>?resource=https%3A%2F%2FWDATPAlertExport.Seville.onmicrosoft.com ``` - **auth_url**: ```https://login.microsoftonline.com/<tenantID>?resource=https%3A%2F%2FWDATPAlertExport.Seville.onmicrosoft.com ```
>!NOTE >[!NOTE]
>Replace *tenantID* with your tenant ID. >Replace *tenantID* with your tenant ID.
- **token_url**: `https://login.microsoftonline.com/<tenantID>/oauth2/token` - **token_url**: `https://login.microsoftonline.com/<tenantID>/oauth2/token`
>!NOTE >[!NOTE]
>Replace the *tenantID* value with your tenant ID. >Replace the *tenantID* value with your tenant ID.
- **redirect_uri**: ```https://localhost:44300/wdatpconnector``` - **redirect_uri**: ```https://localhost:44300/wdatpconnector```