> 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/de/installation/configure-office-365-account.md).

# Office 365-Konto konfigurieren

KONNEKT nutzt das Konto des Benutzers in Microsoft Entra ID (ehemals Azure AD), um auf SharePoint Online zuzugreifen.

## Einmaliges Anmelden (SSO)

Wenn Ihr System für Einmaliges Anmelden (SSO) mit Microsoft Entra ID konfiguriert ist, richtet KONNEKT Ihr Konto automatisch ein.

## Manuelle Kontokonfiguration

Wenn Ihr System nicht für Einmaliges Anmelden (SSO) mit Microsoft Entra ID konfiguriert ist, öffnet KONNEKT einen Dialog zur Einrichtung des Kontos:

![](/files/ceb50661d2648d435b7316f5950624bce0b6fb3f)

Klicken Sie auf „Office 365-Konto verbinden“.

KONNEKT öffnet die Anmeldeseite von Microsoft Entra ID:

![](/files/b59a5e69502074e20f159a2513eb35c1e333b864)

Melden Sie sich mit Ihrem Microsoft Entra ID-Konto an.

## Autologin-Zuordnung

Nach der erfolgreichen Einrichtung des Office 365-Kontos beginnt KONNEKT, in dem entsprechenden Mandanten nach SharePoint Online-Websites zu suchen, auf die der Benutzer Zugriff hat. KONNEKT ordnet die Standarddokumentbibliotheken dieser Websites automatisch im Windows-Datei-Explorer zu.

![](/files/ec041c40c4dd98a9dae806758287e45cd1051389)

Bei Bedarf können Bibliotheken einem bestimmten Laufwerksbuchstaben zugeordnet werden (siehe [Laufwerksbuchstaben einem KONNEKT-Ordner zuweisen](/de/configuration/mappings/assign-drive-letters.md)).

## Multi-Tenant-Konfiguration

Mit KONNEKT ist es möglich, gleichzeitig mit mehreren Mandanten zu arbeiten. Öffnen Sie einfach den Windows-Explorer, wobei KONNEKT im linken Bereich ausgewählt ist, und klicken Sie mit der rechten Maustaste auf **Konten.**

<figure><img src="/files/deed9805ecb7e8068020c9a3c636c8a0e9ad8e35" 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" %}
Sie können keine Gastkonten aus fremden M365-Mandanten hinzufügen. Nur Mitglieder können hinzugefügt werden.
{% endhint %}

Melden Sie sich mit dem Konto des Mandanten an, den Sie hinzufügen möchten.


---

# 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/de/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.
