> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/fr/installation/configure-office-365-account.md).

# Configurer le compte Office 365

KONNEKT exploite le compte de l'utilisateur dans Microsoft Entra ID (anciennement Azure AD) pour accéder à SharePoint Online.

## Authentification unique (SSO)

Si votre système est configuré pour l'authentification unique (SSO) avec Microsoft Entra ID, KONNEKT configurera automatiquement votre compte.

## Configuration manuelle du compte

Si votre système n'est pas configuré pour l'authentification unique (SSO) avec Microsoft Entra ID, KONNEKT ouvrira une boîte de dialogue pour configurer le compte :

![](/files/9febdbd6a630db61f2cdc39c0c6e7adc40cc497c)

Cliquez sur « Connectez votre compte Office 365 ».

KONNEKT ouvrira la page de connexion Microsoft Entra ID :

![](/files/c796033f85dbfaba5bddc42348fd75dbaaa75252)

Connectez-vous avec votre compte Microsoft Entra ID.

## Mappage de connexion automatique

Une fois la configuration du compte Office 365 réussie, KONNEKT commencera à rechercher les sites SharePoint Online dans le Tenant correspondant, auquel l'utilisateur a accès. KONNEKT mappera automatiquement les bibliothèques de documents par défaut de ces sites dans l'Explorateur de fichiers Windows.

![](/files/1d15a31c85edd4db08b534d714fd26955f8b3a90)

Si nécessaire, les bibliothèques peuvent être mappées à une lettre de lecteur spécifique (voir [Attribuer une lettre de lecteur à un dossier KONNEKT](/fr/configuration/mappings/assign-drive-letters.md)).

## Configuration Multi-Tenant

Avec KONNEKT, il est possible de travailler simultanément avec plusieurs Tenants. Ouvrez simplement l'Explorateur Windows avec KONNEKT sélectionné dans le volet de gauche et faites un clic droit sur **Comptes.**

<figure><img src="/files/3a88f4eb5d45e1e4dc13a88b420912f6ffbe5899" alt="Right-click menu on Accounts in the KONNEKT Explorer pane, showing the &#x22;Add O365 account&#x22; command"><figcaption></figcaption></figure>

{% hint style="info" %}
Vous ne pouvez pas ajouter de comptes invités provenant de Tenants M365 étrangers. Seuls les membres peuvent être ajoutés.
{% endhint %}

Connectez-vous avec le compte du Tenant que vous souhaitez ajouter.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/fr/installation/configure-office-365-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
