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

# Auth0 MFA APIについて

> ユーザー向けMFAの登録・管理を可能にするAuth0のMFA APIについて説明します。

Auth0は、 [［Universal Login（ユニバーサルログイン）］](/docs/ja-jp/authenticate/login/auth0-universal-login)を使用して、組み込み多要素認証（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-jp/glossary?term=multifactor-authentication" tip="多要素認証（MFA）: ユーザー名とパスワードに加えて、SMS経由のコードなどの要素を使用するユーザー認証プロセス。" cta="用語集の表示">MFA</Tooltip>）登録および認証フローを提供しています。以下のシナリオで[MFA API](/docs/ja-jp/api/authentication#multi-factor-authentication) を使用する場合は、次のようにしてください。

* [リソースオーナーパスワード認証を使用してユーザーを認証する](/docs/ja-jp/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa)
* [ユーザーが自分の認証要素を管理できる](/docs/ja-jp/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api)インターフェースを構築する

MFA APIを使用するには、アプリケーションに対してMFAの付与タイプを有効にしなければなりません。Auth0ダッシュボードでMFA認証を有効にするには、[［Dashboard］>［Applications（アプリケーション） >［Advanced Settings（詳細設定）］>［Grant Types（認証タイプ）］](https://manage.auth0.com/#/applications)に移動し、**MFA** を選択します。詳細は [マルチファクター認証の有効化](/docs/ja-jp/secure/multi-factor-authentication/enable-mfa)を参照してください。

## 制限事項

MFA APIは、SMS、Auth0 Guardianアプリケーションのプッシュ通知、メール、OTP要素と連動するように設計されています。現在、DuoやWebAuthnでの登録には対応していません。

## もっと詳しく

* [多要素認証ページをカスタマイズする](/docs/ja-jp/secure/multi-factor-authentication/customize-mfa)
* [MFAでリソース所有者のパスワードフロー使用して認証する](/docs/ja-jp/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa)
* [多要素認証の開発者リソース](/docs/ja-jp/secure/multi-factor-authentication/multi-factor-authentication-developer-resources)
* [カスタム登録チケットを作成する](/docs/ja-jp/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/create-custom-enrollment-tickets)
