Skip to content

Commit be21e38

Browse files
committed
Add directions for fields
1 parent 8199b9b commit be21e38

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

docs/platform-services/automation-service/app-central/integrations/microsoft-ews-daemon.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,23 @@ import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
180180

181181
<IntegrationsAuth/>
182182

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).
199+
196200
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/microsoft-ews-daemon-configuration.png')} style={{border:'1px solid gray'}} alt="Microsoft EWS Daemon configuration" width="400"/>
197201

198202
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

Comments
 (0)