# Office 365 アカウントを構成する

KONNEKT は、SharePoint Online にアクセスするために Microsoft Entra ID (Azure AD) のユーザーのアカウントを活用します。

## シングルサインオン（SSO）

システムが Microsoft Entra ID (Azure AD) によるシングルサインオン（SSO）用に構成されている場合、KONNEKT が自動的にアカウントを設定します。

## 手動アカウント構成

システムが Microsoft Entra ID (Azure AD) によるシングルサインオン（SSO）用に構成されていない場合、KONNEKT は Office 365 / Microsoft Entra ID (Azure AD) アカウントを設定するためのダイアログを開きます:

![](/files/73a381f03b32b8854215b52c0fd1a5e2f80d4c5a)

「Office 365 アカウントを接続」をクリックします。

KONNEKT は Microsoft Entra ID (Azure AD) のサインイン ページを開きます:

![](/files/b52bdca18c3e67bdd7acdd29494c9037e64cd9db)

Microsoft Entra ID (Azure AD) アカウントでサインインします。

## 自動ログインのマッピング

Office 365 アカウントの設定が正常に完了すると、KONNEKT は、ユーザーがアクセス権を持つ対応するテナント内の SharePoint Online サイトの検索を開始します。KONNEKT は、それらのサイトの既定のドキュメント ライブラリを Windows のファイル エクスプローラーに自動的にマッピングします。

![](/files/16348ef02af5482954b6bd7eba90c62342f77ec5)

必要に応じて、ライブラリを特定のドライブ文字にマッピングできます（参照 [KONNEKT フォルダーにドライブ文字を割り当てる](/ja/configuration/mappings/assign-drive-letters.md)).

## マルチテナント構成

KONNEKT では、複数のテナントを同時に操作できます。左ペインで KONNEKT を選択した状態で Windows エクスプローラーを開き、右クリックして **アカウント。**

<figure><img src="https://github.com/KONNEKTIO/konnekt-docs/blob/main/.gitbook/assets/aadaccount.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
外部の M365 テナントからゲスト アカウントを追加することはできません。追加できるのはメンバーのみです。
{% endhint %}

追加したいテナントのアカウントでログインします。


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
