> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/jp/tips-and-tricks/using-keeper-totp-with-office-365.md).

# AzureまたはOffice 365でKeeper TOTPを使用

## Microsoft 2FAの設定

KeeperのTOTP (タイムベースワンタイムパスワード) 機能を使用することで、Azure AD / Office 365へのログイン情報を保護できます。Microsoftでは、デフォルトでプッシュ通知方式に対応した別の通知方式が提供されています。Office 365でTOTP認証をセットアップする手順を以下で解説します。

1. Microsoft Azure / Office 365のプロフィール画面から、**セキュリティ設定**画面を開きます。Microsoft のサイトは画面構成が頻繁に変更されるため、ここではリンクは掲載していません。**\[メソッドの追加]**&#x3092;クリックして、Microsoftアカウントに2要素認証を設定します。

<figure><img src="/files/v8xviazf0sXIog8P911u" alt=""><figcaption></figcaption></figure>

2. **\[別の認証アプリを使用する]** を選択します。

<figure><img src="/files/5tkM9jLHjYKwj9oSu6vq" alt=""><figcaption></figcaption></figure>

QRコードが生成され、画面に表示されます。

<figure><img src="/files/5BVRw45RlYuCn1bdawXH" alt=""><figcaption></figcaption></figure>

3. Keeperレコードで、**\[2要素認証コードの追加]** をクリックします。 モバイルアプリをご使用の場合は、**\[2要素認証コードの追加]** をタップして端末のカメラで表示されたQRコードをスキャンすることもできます。

<figure><img src="/files/mMyUEo3FYyMdo3AG9s0Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Vl2XJCsLCRTWhCQDllLl" alt=""><figcaption></figcaption></figure>

4. Keeperアプリに表示された確認コードを入力します。

<figure><img src="/files/zw2auil3t4YD9YqhXyax" alt=""><figcaption></figcaption></figure>

5. **\[次へ]** をクリックして、Keeperボルトにレコードを保存します。

{% hint style="success" %}
セットアップを終了する前に、必ずKeeperのレコードを保存してください。
{% endhint %}

6. 使用しているあらゆるMicrosoftサイトで自動入力が機能するよう、Keeperのレコードに以下のようなカスタムフィールドを追加することを推奨します。

<figure><img src="/files/mHIHcUMIE0N7aqy7QMA8" alt=""><figcaption><p>Keeperボルトレコードの設定</p></figcaption></figure>

### 2要素認証コードでログインする

Microsoft Onlineにログインする際、Keeperの右クリックメニューを使用してTOTPコードを入力します。

<figure><img src="/files/H6es9NSWVAD0mmgDHeab" alt=""><figcaption></figcaption></figure>


---

# 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.keeper.io/user-guides/jp/tips-and-tricks/using-keeper-totp-with-office-365.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.
