> 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 de justificatifs par proxy

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

1. Configurez Devolutions Gateway dans [Devolutions Server](https://docs.devolutions.net/fr/gateway/getting-started/server/server-configuration/) ou [Devolutions Cloud](https://docs.devolutions.net/fr/gateway/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud/).
2. Modifiez une entrée RDP et liez-la à un ensemble de règles de passerelle (ces étapes sont identiques pour [Devolutions Server](https://docs.devolutions.net/fr/gateway/getting-started/server/dvls-configure-virtual-gateway/) et [Devolutions Cloud](https://docs.devolutions.net/fr/gateway/getting-started/devolutions-cloud/gateway-ruleset-configuration-in-devolutions-cloud/)).
3. Accédez à l'interface web de l'espace de travail de votre choix, allez dans ***Administration*** – ***Devolutions Gateway***, et cliquez sur le bouton ***Modifier*** de l'ensemble de règles de passerelle lié.
4. Ensuite, cochez l'option ***Activer l'injection de justificatifs par proxy*** sous ***Sécurité***.

À partir de ce moment, le lancement de la session n'exposera plus les justificatifs sur la machine de l'utilisateur.

Pour une sécurité maximale lors de l'utilisation avec des utilisateurs externes, créez un utilisateur [***Sous-traitant***](https://docs.devolutions.net/fr/server/web-interface/user-groups-based-security/#contractors) avec l'autorisation ***Exécuter*** mais SANS l'autorisation ***Afficher 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.
