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

# Configurar la inyección de credenciales basada en proxy

Devolutions Gateway ofrece una función para la inyección de credenciales a través de un proxy, lo que permite a los usuarios conectarse a sesiones remotas sin tener nunca acceso a sus credenciales en su máquina. Siga los pasos que se indican a continuación para configurar la inyección de credenciales basada en proxy en una entrada:

1. Configure Devolutions Gateway en [Devolutions Server](/gateway/es/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md) o [Devolutions Cloud](/gateway/es/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud.md).
2. Edite una entrada RDP y vincúlela a un conjunto de reglas de Gateway (estos pasos son los mismos para [Devolutions Server](/gateway/es/getting-started/devolutions-server/gateway-ruleset-configuration-in-devolutions-server.md) y [Devolutions Cloud](/gateway/es/getting-started/devolutions-cloud/gateway-ruleset-configuration-in-devolutions-cloud.md)).
3. Diríjase a la interfaz web del espacio de trabajo que haya elegido, vaya a ***Administración*** – ***Devolutions Gateway*** y haga clic en el botón ***Editar*** del conjunto de reglas de Gateway vinculado.
4. A continuación, marque la opción ***Habilitar la inyección de credenciales basada en proxy*** en ***Seguridad***.

Desde ese momento, al iniciar la sesión no se expondrán sus credenciales en la máquina del usuario.

Para obtener la máxima seguridad al tratar con usuarios externos, cree un [usuario ***Contractor***](https://docs.devolutions.net/server/es/web-interface/user-group-based-security#contractors) con el permiso ***Execute*** pero NO con el permiso ***View password***.


---

# 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/es/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.
