> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-docs-5528-php-updates.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-5528-php-updates/IiflUvRH4Z-Q_gUv/docs/images/ja-jp/cdy7uua7fh8z/2J6vWaonPbCvpuBUu9b8q1/b325f37ee98e8ea3e2f97ec0a3c7a94b/QR_Code_-_JP_-_Small.png?fit=max&auto=format&n=IiflUvRH4Z-Q_gUv&q=85&s=27a7356b08c1f48740c6f531c75abeca" 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-5528-php-updates/IiflUvRH4Z-Q_gUv/docs/images/ja-jp/cdy7uua7fh8z/1vVY2NLQwsOwdHIPU4Qj3B/026255e1549c3ec5bdc790280590d210/google-auth-screenshot.png?fit=max&auto=format&n=IiflUvRH4Z-Q_gUv&q=85&s=9d777674b4ad69c369f81eb35842778d" 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-5528-php-updates/QFqkbubKNdo2scLz/docs/images/ja-jp/cdy7uua7fh8z/4dntQCYqgx5QyLZKW7quxR/d42fea2198409ff1ab3c1f5ad0721209/OTP_challenge_-_JP_-_Small.png?fit=max&auto=format&n=QFqkbubKNdo2scLz&q=85&s=02dd8c98435f2a676eb3f44adf2e64fd" 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)
