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

# APIを使用して認証要素を管理する

> Authentication APIやManagement APIを使用して、MFA要素を管理する方法について説明します。

Auth0は2つの異なるAPIを提供して、自身やユーザーが<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-jp/glossary?term=multifactor-authentication" tip="多要素認証（MFA）: ユーザー名とパスワードに加えて、SMS経由のコードなどの要素を使用するユーザー認証プロセス。" cta="用語集の表示">MFA</Tooltip>の認証要素を管理できるようにしています。

## Auth0 Authentication API

[Authentication APIの多要素認証エンドポイント](https://auth0.com/docs/api/authentication#multi-factor-authentication)は、ユーザーが自分のMFAの認証要素を管理できるようにします。

この方法では認証にリソース所有者のパスワード付与（ROPG）認証フローが使用されます。詳細については、「[Authentication APIを使用して認証要素を管理する](/docs/ja-jp/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)」をお読みください。

## Auth0 Management API

[Management APIのユーザーエンドポイント](https://auth0.com/docs/api/management/v2)は、ユーザーのMFAの認証要素を管理するのに使用します。

この方法では認証に機密アプリケーションが使用されます。詳細については、「[Management APIを使用して認証方法を管理する](/docs/ja-jp/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)」をお読みください。

## もっと詳しく

* [Management APIを使って認証方法を管理する](/docs/ja-jp/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)
* [認証APIを使って認証要素を管理する](/docs/ja-jp/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api)
