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

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

KONNEKT は、SharePoint Online にアクセスするために、Microsoft Entra ID（以前の Azure AD）内のユーザーのアカウントを利用します。

## シングル サインオン (SSO)

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

## 手動アカウント設定

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

![](/files/73a381f03b32b8854215b52c0fd1a5e2f80d4c5a)

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

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

![](/files/b52bdca18c3e67bdd7acdd29494c9037e64cd9db)

Microsoft Entra ID アカウントでサインインします。

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

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

![](/files/16348ef02af5482954b6bd7eba90c62342f77ec5)

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

## マルチ Tenant 構成

KONNEKT では、複数の Tenant を同時に扱うことができます。左ペインで KONNEKT を選択した状態で Windows エクスプローラーを開き、 **アカウント。**

<figure><img src="/files/a98cccb57a651f1f263746ec21967c527ea1602d" 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" %}
他の M365 Tenant からのゲスト アカウントは追加できません。追加できるのはメンバーのみです。
{% endhint %}

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


---

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