From 9e66780d8e0d8614ca801c5fa239290a6d6f84ac Mon Sep 17 00:00:00 2001 From: Sebastien Quioc Date: Thu, 12 Dec 2024 15:49:33 +0100 Subject: [PATCH] fix(Office365): use clearer terms for the configuration --- docs/integration/categories/email/o365.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/integration/categories/email/o365.md b/docs/integration/categories/email/o365.md index da66b2ba3..622c9f3e9 100644 --- a/docs/integration/categories/email/o365.md +++ b/docs/integration/categories/email/o365.md @@ -61,7 +61,7 @@ To generate logs: 2. Click `+ New client secret` 3. Type a description and select the desirated expiration period 4. Click `Add` -5. Copy the value of the client secret +5. Copy the `Value` of the client secret #### Add permissions @@ -90,7 +90,10 @@ Go to your Sekoia.io [Intakes page](https://app.sekoia.io/operations/intakes), a 1. Click `+ Intake` button to create a new one 2. Choose `Microsoft 365/Office 365`, give it a name and choose the relevant Entity -3. Edit the intake configuration using the `client id`, the `client secret` and `tenant id` +3. Edit the intake configuration: + - Type the `Application (client) ID` in the `client id` field + - Type the `Directory (tenant) ID` in the `tenant id` field + - Type the `Value` of the client secret in the `client secret` field !!! Important Once the integration is created on Sekoia.io, it may take up to 12 hours for the Microsoft API to make data available for the first time.