You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/microsoft-ews-daemon.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,19 +180,23 @@ import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
180
180
181
181
<IntegrationsAuth/>
182
182
183
-
* Host
184
-
* Authentication Method
185
-
* Username
186
-
* Password
187
-
* Primary SMTP Address
188
-
* Tenant
189
-
* Client ID
190
-
* Client Secret
191
-
* Cloud SOAR API URL
192
-
* Cloud SOAR Access ID
193
-
* Cloud SOAR Access Key
194
-
* etc. other details for filtering the mails
195
-
* Automation Engine
183
+
Use the information you set up in [Microsoft EWS configuration](#microsoft-ews-configuration) above:
184
+
***Host**. Enter the host name of the EWS instance, for example, `outlook.office365.com`.
185
+
***Authentication Method**. Select the [EWS authentication](https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/authentication-and-ews-in-exchange) method:
186
+
***Basic**
187
+
***NTLM**
188
+
***OAuth 2.0**
189
+
***Username**. Enter the Microsoft EWS username.
190
+
***Password**. Enter the Microsoft EWS password.
191
+
***Primary SMTP Address**. Enter the [primary SMTP address](https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/primarysmtpaddress) for the user.
192
+
***Tenant ID**. Enter the [tenant ID](https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant) for authentication.
193
+
***Client ID**. Enter the client ID for authentication.
194
+
***Client Secret**. Enter the client secret for authentication.
195
+
***Cloud SOAR API URL**. Enter the URL for your Cloud SOAR API, for example, `https://api.sumologic.com`. Enter the [API endpoint URL](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security) for your region.
196
+
***Access ID**. Enter the access ID from a Sumo Logic [access key](/docs/manage/security/access-keys/). Select **Default** as the scope when generating access keys.
197
+
***Access Key**. Enter the access key associated with the Sumo Logic access ID entered above.
198
+
***Automation Engine**. Select whether to use [Cloud or Bridge execution](/docs/platform-services/automation-service/automation-service-integrations/#cloud-or-bridge-execution).
For information about Microsoft EWS, see [Microsoft Exchange Web Services documentation](https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-by-using-oauth).
0 commit comments