> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-actions-triggers-prototype.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-staging-actions-triggers-prototype/u0WwPxYO4q0_dNfF/docs/images/ja-jp/cdy7uua7fh8z/2J6vWaonPbCvpuBUu9b8q1/b325f37ee98e8ea3e2f97ec0a3c7a94b/QR_Code_-_JP_-_Small.png?fit=max&auto=format&n=u0WwPxYO4q0_dNfF&q=85&s=d5a643f90fdddec680aa0d9e705991e5" 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-staging-actions-triggers-prototype/u0WwPxYO4q0_dNfF/docs/images/ja-jp/cdy7uua7fh8z/1vVY2NLQwsOwdHIPU4Qj3B/026255e1549c3ec5bdc790280590d210/google-auth-screenshot.png?fit=max&auto=format&n=u0WwPxYO4q0_dNfF&q=85&s=19dc2cc109c61e2cf7adad32daf7555f" 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-staging-actions-triggers-prototype/9UrYeGEP7moDoEMX/docs/images/ja-jp/cdy7uua7fh8z/4dntQCYqgx5QyLZKW7quxR/d42fea2198409ff1ab3c1f5ad0721209/OTP_challenge_-_JP_-_Small.png?fit=max&auto=format&n=9UrYeGEP7moDoEMX&q=85&s=d4405b8e3c0f34abed859a33a118b850" 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)
