> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-ia-custom-database-connections.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-docs-ia-custom-database-connections/yd9Ux8SFnRwydKMB/docs/images/ja-jp/cdy7uua7fh8z/2J6vWaonPbCvpuBUu9b8q1/b325f37ee98e8ea3e2f97ec0a3c7a94b/QR_Code_-_JP_-_Small.png?fit=max&auto=format&n=yd9Ux8SFnRwydKMB&q=85&s=56a58905f24717febfd78f1eac7a1930" 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-docs-ia-custom-database-connections/yd9Ux8SFnRwydKMB/docs/images/ja-jp/cdy7uua7fh8z/1vVY2NLQwsOwdHIPU4Qj3B/026255e1549c3ec5bdc790280590d210/google-auth-screenshot.png?fit=max&auto=format&n=yd9Ux8SFnRwydKMB&q=85&s=b8f827c054ca7d8485d7676ec726443e" 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-docs-ia-custom-database-connections/_K_4U7Xx36W7LLUq/docs/images/ja-jp/cdy7uua7fh8z/4dntQCYqgx5QyLZKW7quxR/d42fea2198409ff1ab3c1f5ad0721209/OTP_challenge_-_JP_-_Small.png?fit=max&auto=format&n=_K_4U7Xx36W7LLUq&q=85&s=bef63b74a53dd56b949f9dbe6cdbed8b" 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)
