> 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/gateway/fr/knowledge-base/how-to-articles/configure-proxy-based-credential-injection.md).

# Configurer l'injection d'identifiants par proxy

Devolutions Gateway offre une fonctionnalité d'injection d'identifiants par le biais d'un proxy, permettant aux utilisateurs de se connecter à des sessions à distance sans jamais avoir accès à ses identifiants sur leur machine. Suivez les étapes ci-dessous pour configurer l'injection d'identifiants basée sur le proxy sur une entrée :

1. Configurez Devolutions Gateway dans [Devolutions Server](/gateway/fr/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md) ou [Devolutions Cloud](/gateway/fr/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud.md).
2. Modifiez une entrée RDP et liez-la à un ensemble de règles Gateway (ces étapes sont les mêmes pour [Devolutions Server](/gateway/fr/getting-started/devolutions-server/gateway-ruleset-configuration-in-devolutions-server.md) et [Devolutions Cloud](/gateway/fr/getting-started/devolutions-cloud/gateway-ruleset-configuration-in-devolutions-cloud.md)).
3. Rendez-vous dans l'interface Web de l'espace de travail choisi, allez dans ***Administration*** – ***Devolutions Gateway***, puis cliquez sur le bouton ***Modifier*** de l'ensemble de règles Gateway lié.
4. Ensuite, cochez l'option ***Activer l'injection d'identifiants basée sur le proxy*** sous ***Sécurité***.

Dès lors, le lancement de la session n'exposera pas ses identifiants sur la machine de l'utilisateur.

Pour une sécurité maximale lorsque vous traitez avec des utilisateurs externes, créez un [utilisateur ***Sous-traitant***](https://docs.devolutions.net/server/fr/web-interface/user-group-based-security#contractors) avec la permission ***Exécuter***, mais PAS la permission ***Voir le mot de passe***.


---

# 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/gateway/fr/knowledge-base/how-to-articles/configure-proxy-based-credential-injection.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.
