> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-chore-gt-workflow.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Découvrez comment configurer vos connexions Auth0 Vault pour autoriser les requêtes adressées à la Management API.

# Auth0 connexion Vault

<h2 id="get-access-to-auth0-management-api">
  Accéder à l’Auth0 Management API
</h2>

[Créer une application M2M (machine-to-machine)](/docs/fr-ca/get-started/auth0-overview/create-applications/machine-to-machine-apps) autorisée à accéder à l’Auth0 Management API.

<Warning>
  N’oubliez pas d’autoriser votre application M2M à accéder à l’Auth0 Management API et de sélectionner les scopes appropriés, conformément au principe du moindre privilège :

  * Pour Get User : `read:users`
  * Pour Create User : `create:users`
  * Pour Update User : `update:users`
</Warning>

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Aucune autorisation pour l’Auth0 Management API n’est nécessaire pour envoyer des notifications par l’intermédiaire des providers configurés dans votre tenant Auth0.
</Callout>

<h2 id="configure-your-vault-connection">
  Configurer votre connexion Vault
</h2>

Pour configurer une connexion Vault Auth0 pour vos actions de flux Auth0, définissez les paramètres requis à partir de l’application M2M créée précédemment.

<Frame>
  <img src="https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=974f843b37719ec0e3702a28523bb00c" alt="Dashboard > Actions > Forms > Vault > Auth0" data-og-width="798" width="798" data-og-height="707" height="707" data-path="docs/images/customize/forms/vaults/auth0-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=280&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=d8703e60fda05b6e8b575957842ef65e 280w, https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=560&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=d343ba8e4928902ef05dc3b11ad97544 560w, https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=840&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=147be89bd840485c57a06bbde0fd47d2 840w, https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=1100&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=d9ed9f8b803d60adecbc42d86083ceee 1100w, https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=1650&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=6bba4c98c795d2a211229819bb8f1a0d 1650w, https://mintcdn.com/docs-staging-chore-gt-workflow/PzoOIgRpU65TZp7z/docs/images/customize/forms/vaults/auth0-vault-connection.png?w=2500&fit=max&auto=format&n=PzoOIgRpU65TZp7z&q=85&s=0885129a2e6bb0abbac04b2f9ed59b9f 2500w" />
</Frame>

<h4 id="input-settings">
  Paramètres d’entrée
</h4>

| Paramètre             | Description                                                                   |
| --------------------- | ----------------------------------------------------------------------------- |
| Domaine du tenant     | Domaine du tenant de votre application M2M.                                   |
| Client ID             | Client ID de votre application M2M autorisée pour l’Auth0 Management API.     |
| Client Secret         | Client Secret de votre application M2M autorisée pour l’Auth0 Management API. |
| Audience (facultatif) | Audience de l’Auth0 Management API.                                           |

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Par défaut, l’Audience sera basée sur le domaine du tenant.
</Callout>
