> ## 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.

# Gérer les facteurs d’authentification avec des API

> Apprenez à gérer les facteurs d’authentification MFA avec Authentication API et Management API.

Auth0 fournit deux API différentes pour vous aider, vous et vos utilisateurs, à gérer les facteurs d’authentification <Tooltip href="/docs/fr-ca/glossary?term=multifactor-authentication" tip="Authentification multifacteur (MFA)
Processus d’authentification de l’utilisateur qui utilise un facteur en plus du nom d’utilisateur et du mot de passe, tel qu’un code par SMS." cta="Voir le glossaire">MFA</Tooltip>.

## Auth0 Authentication API

Utilisez les points de terminaison de [Authentication API pour l’authentification multifacteur (MFA)](https://auth0.com/docs/api/authentication#multi-factor-authentication) pour permettre à vos utilisateurs de gérer leurs propres facteurs d’authentification MFA.

Cette méthode repose sur l’authentification à l’aide du flux d’authentification <Tooltip href="/docs/fr-ca/glossary?term=resource-owner" tip="Propriétaire de ressources
Entité (telle qu’un utilisateur ou une application) capable d’accorder l’accès à une ressource protégée." cta="Voir le glossaire">Resource Owner</Tooltip> Password Grant (ROPG) (Flux de délégation des mots de passe du propriétaire des ressources). Pour en savoir plus, lisez [Gérer les facteurs d’authentification avec l’Authentication API](/docs/fr-ca/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api).

## Management API Auth0

Utilisez les [points de terminaison Utilisateurs de Management API](https://auth0.com/docs/api/management/v2) pour gérer les facteurs d’authentification MFA de vos utilisateurs.

Cette méthode repose sur l’authentification à l’aide d’une application confidentielle. Pour en savoir plus, lisez [Gérer les méthodes d’authentification avec Management API](/docs/fr-ca/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api).

## En savoir plus

* [Gestion des méthodes d’authentification avec Management API](/docs/fr-ca/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)
* [Gérer les facteurs d’authentification avec l’Authentication API](/docs/fr-ca/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api)
