> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-docs-5525.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MFA用OTP通知を構成する

> MFA用に時間ベースのワンタイムパスワード（OTP）通知を構成する方法を説明します。

認証要素としてワンタイムパスワード（OTP）を使用するには、ユーザーは以下のようなAuthenticatorアプリを使う必要があります。

* Authy（[Google Play](https://play.google.com/store/apps/details?id=com.authy.authy) / [App Store](https://itunes.apple.com/us/app/authy/id494168017)）。
* Google Authenticator（[Google Play](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) / [App Store](https://itunes.apple.com/us/app/google-authenticator/id388497605)）。
* Auth0 Guardian（[Google Play](https://play.google.com/store/apps/details?id=com.auth0.guardian) / [App Store](https://itunes.apple.com/us/app/auth0-guardian/id1093447833)）。
* Microsoft Authenticator（[Google Play](https://play.google.com/store/apps/details?id=com.azure.authenticator) / [App Store](https://itunes.apple.com/us/app/microsoft-authenticator/id983156458)）

<Frame>
  <img src="https://mintcdn.com/docs-dev-fix-docs-5525/vwc6ytjRt-BhgDpL/docs/images/ja-jp/cdy7uua7fh8z/2J6vWaonPbCvpuBUu9b8q1/b325f37ee98e8ea3e2f97ec0a3c7a94b/QR_Code_-_JP_-_Small.png?fit=max&auto=format&n=vwc6ytjRt-BhgDpL&q=85&s=ef9d054fa45e7e5fb8808d2e917008ed" alt="Auth0 Guardian OTP QRコードのセットアップ例" width="312" height="597" data-path="docs/images/ja-jp/cdy7uua7fh8z/2J6vWaonPbCvpuBUu9b8q1/b325f37ee98e8ea3e2f97ec0a3c7a94b/QR_Code_-_JP_-_Small.png" />
</Frame>

サインアップ後、コードをスキャンしてアプリをセットアップするとワンタイムコードの生成が開始されます。その後、アプリにログインすると、現時点でのワンタイムコードをAuthenticatorアプリで簡単にチェックできます。

<Frame>
  <img src="https://mintcdn.com/docs-dev-fix-docs-5525/vwc6ytjRt-BhgDpL/docs/images/ja-jp/cdy7uua7fh8z/1vVY2NLQwsOwdHIPU4Qj3B/026255e1549c3ec5bdc790280590d210/google-auth-screenshot.png?fit=max&auto=format&n=vwc6ytjRt-BhgDpL&q=85&s=9fc92d9bed0ff9700fc9f33b9680367c" alt="Auth0 GuardianのOTPコード Googleの例" width="300" height="534" data-path="docs/images/ja-jp/cdy7uua7fh8z/1vVY2NLQwsOwdHIPU4Qj3B/026255e1549c3ec5bdc790280590d210/google-auth-screenshot.png" />
</Frame>

ユーザーはプロンプトに従ってコードを入力します。

<Frame>
  <img src="https://mintcdn.com/docs-dev-fix-docs-5525/tvSncKU5f5y_YVKJ/docs/images/ja-jp/cdy7uua7fh8z/4dntQCYqgx5QyLZKW7quxR/d42fea2198409ff1ab3c1f5ad0721209/OTP_challenge_-_JP_-_Small.png?fit=max&auto=format&n=tvSncKU5f5y_YVKJ&q=85&s=5a20660fa23fef1e184fb178082536fe" alt="Auth0 GuardianのOTPログインプロンプトの例" width="312" height="426" data-path="docs/images/ja-jp/cdy7uua7fh8z/4dntQCYqgx5QyLZKW7quxR/d42fea2198409ff1ab3c1f5ad0721209/OTP_challenge_-_JP_-_Small.png" />
</Frame>

ユーザーは、モバイルデバイスにOTP Authenticatorアプリをインストールする必要があります。

## もっと詳しく

* [OTP Authenticatorの登録とチャレンジ](/docs/ja-jp/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/enroll-and-challenge-otp-authenticators)
