> 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/enterprise-guide/jp/storing-two-factor-codes.md).

# 多要素認証 (MFA) コードの保存

![](/files/sTx8HPBRYeiAJWBjzDqr)

Keeperには、ボルト内のレコードに多要素認証コードを直接追加できる統合型のセキュリティ機能があります。レコードの該当フィールドにコードを登録すると、ウェブボルトやブラウザ拡張機能からのログイン時に自動入力されます。\
\
サードパーティー製アプリケーションのTOTP / MFAコードの保存および管理にも対応しています。

<figure><img src="/files/keqqqoHyOIxljGzlZV9D" alt=""><figcaption><p>Keeper TOTPコード</p></figcaption></figure>

### Keeperに多要素認証コードを保存するメリット

* Keeperに保存した多要素認証コードは、SMSによるテキストメッセージよりも安全です。
* Keeperに保存した多要素認証コードは、強力なゼロ知識暗号化によって保護されています。
* サイトへのログイン時に自動入力できるため、作業時間を短縮し、操作の手間を軽減できます。
* Keeperのレコードは安全にバックアップされるため、デバイスを紛失してもすべての認証コードを再設定する必要はありません。
* Keeperのレコードは共有できます。同じ認証情報でログインする担当者が複数いる場合でも、コードが入ったデバイスを1台だけ持つ人を探す必要はありません。

以下は多要素認証コード連携のデモです。

{% embed url="<https://vimeo.com/356075220>" %}
多要素認証コードの組み込み
{% endembed %}

多要素認証コードは、Keeperブラウザ拡張機能から直接入力できます。

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

また、任意のログイン画面で右クリックメニューから多要素認証コードを入力することもできます。

![右クリックメニュー](/files/jjGuPa41bixHIWa22sbf)

### 設定と構成

多要素認証コードは、ウェブボルト、デスクトップアプリ、モバイルアプリから追加できます。

デスクトップアプリでは **\[2要素認証コードの追加]** をクリックします。コードの入力方法は以下の3つです。

* スキャン (デスクトップアプリのみ)
* QRコード画像 (.jpg、.pngなど) のアップロード
* 手動入力 (上級)

![](/files/dYSIW4Kyklm0wbRhpzkx)

Keeperデスクトップアプリのスキャン機能では、小さなスキャナーウィンドウを対象のQRコード上にドラッグして読み取れます。デスクトップパソコン上でアプリケーションを設定する際に便利です。

<figure><img src="/files/2uBHluqi5Qvm4tmGZ77u" alt=""><figcaption></figcaption></figure>

iOSやAndroidのKeeperモバイルアプリでも、多要素認証コードを簡単に追加できます。レコードの編集画面で **\[2要素認証コードの追加]** をタップし、デバイスのカメラを使用します。

![](/files/pKRGmKGVCOQVGDTQnMXa)


---

# 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/enterprise-guide/jp/storing-two-factor-codes.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.
