> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/configure-a-credential-redirection-entry-in-remote-desktop-manager.md).

# Configurer une entrée de redirection d'identifiants dans Remote Desktop Manager

L'***entrée Redirection d'identifiants*** permet le remplissage automatique à partir de n'importe quel gestionnaire de mots de passe et avec un navigateur Web favori.

### Créer une entrée Redirection d'identifiants

1. Allez à ***Nouvelle entrée*** – ***Gestion des identifiants*** – ***Gestion de mots de passe*** – ***Redirection d'identifiants*** pour créer une nouvelle ***entrée Redirection d'identifiants***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6040.png" alt=""><figcaption></figcaption></figure>
2. Saisissez un ***Nom*** et choisissez un ***Dossier***.
3. Saisissez un ***ID de nom*** (respecte la casse). Il doit être unique dans votre dépôt. Il servira à identifier les identifiants et sera exposé comme sous-répertoire de l'URL utilisée pour intercepter les identifiants.
4. Sélectionnez un navigateur spécifique ou utilisez celui par défaut.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6072.png" alt=""><figcaption></figcaption></figure>
5. Cliquez sur ***OK*** pour enregistrer.
6. Ouvrez votre nouvelle ***entrée Redirection d'identifiants***. Remote Desktop Manager affiche le dialogue informatif suivant. Le navigateur sélectionné est lancé pour une URL qui ressemble à ceci : `http://127.0.0.1:9999/LastPass%20redirection/login.aspx`.

   Remarquez que la partie du milieu est l'***ID de nom*** saisi précédemment. Selon votre configuration, les identifiants sont saisis automatiquement, ou vous devez appuyer sur une combinaison de touches pour lancer votre outil. Veuillez consulter la documentation de votre outil pour plus d'information.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6073.png" alt=""><figcaption></figcaption></figure>
7. Saisissez les identifiants à enregistrer dans le navigateur. Remote Desktop Manager traitera maintenant vos identifiants.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6074.png" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6075.png" alt=""><figcaption></figcaption></figure>

### Ouvrir une session à l'aide de l'entrée Redirection d'identifiants

1. Créez une nouvelle entrée; nous utiliserons une entrée RDP pour cet exemple.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6078.png" alt=""><figcaption></figcaption></figure>
2. Saisissez un ***Nom*** et choisissez un ***Dossier***.
3. Pour les ***Identifiants***, sélectionnez ***Lié (coffre)*** puis votre ***entrée Redirection d'identifiants*** nouvellement créée.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6077.png" alt=""><figcaption></figcaption></figure>
4. Sélectionnez votre session puis lancez-la. Remote Desktop Manager affichera ce dialogue informatif.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6079.png" alt=""><figcaption></figcaption></figure>
5. Dans le navigateur Web, saisissez vos identifiants et appuyez sur ***Soumettre***. La page sera fermée après un délai.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6080.png" alt=""><figcaption></figcaption></figure>

La session RDP est lancée et l'authentification est réussie.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/configure-a-credential-redirection-entry-in-remote-desktop-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
