Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Office365: use clearer terms for the configuration #2127

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/integration/categories/email/o365.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
Loading