> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Connexion

> Découvrez les différentes façons d’implémenter l’authentification de vos utilisateurs avec la connexion universelle Auth0 ou la connexion intégrée.

Il existe deux façons d’implémenter l’authentification de connexion pour vos applications :

* **Connexion universelle** où les utilisateurs se connectent à votre application via une page hébergée par Auth0.
* **Connexion intégrée** où les utilisateurs se connectent à votre application via une page que vous hébergez.

Pour la grande majorité des cas, nous recommandons la connexion universelle. Elle est sûre et facile à implémenter.

<table class="table">
  <thead>
    <tr>
      <th><strong>Lire...</strong></th>
      <th><strong>Pour apprendre...</strong>                                </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/universal-login">Connexion universelle</a></td>
      <td>Qu’est-ce que la connexion universelle?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/universal-vs-embedded-login">Connexion universelle par rapport à la Connexion intégrée</a></td>
      <td>Quelles sont les différences entre la connexion universelle et la connexion intégrée?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/embedded-login">Connexion intégrée</a></td>
      <td>Comment la connexion intégrée fonctionne-t-elle?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/cross-origin-authentication">Authentification inter-origines</a></td>
      <td>À propos de le flux d’authentification inter-origines en utilisant des témoins tierce partie.</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/configure-silent-authentication">Authentification silencieuse</a></td>
      <td>Comment garder les utilisateurs connectés à votre application en utilisant l’authentification silencieuse?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/redirect-users-after-login">Redirection après la connexion</a></td>
      <td>Comment rediriger les utilisateurs vers des URL après la connexion?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/login/logout">Déconnexion</a></td>
      <td>Comment la déconnexion fonctionne-t-elle avec Auth0?</td>
    </tr>

    <tr>
      <td><a href="/docs/fr-CA/fr-ca/authenticate/login/oidc-conformant-authentication">Adopter une authentification conforme à l’OIDC</a></td>
      <td>Qu’est-ce que le paramètre d’application conforme à l’OIDC et quel est son effet sur le pipeline d’authentification?</td>
    </tr>
  </tbody>
</table>

Vous pouvez également utiliser l’authentification par canal d’appui initiée par le client pour authentifier les utilisateurs avec un flux d’authentification découplé :

<table class="table">
  <thead>
    <tr>
      <th><strong>Lisez...</strong></th>
      <th><strong>Pour apprendre...</strong></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/fr-CA/fr-ca/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow">Flux d’authentification par canal d’appui initié par le client</a></td>
      <td>Comment créer un flux d’authentification découplé.</td>
    </tr>
  </tbody>
</table>
