> 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/cyberark-sia-entry.md).

# Entrée CyberArk SIA

Configurez une entrée CyberArk SIA dans Remote Desktop Manager et liez-la à une session RDP pour acheminer la connexion comme une passerelle VPN.

Vous pouvez configurer une entrée CyberArk SIA (Secure Infrastructure Access) dans Remote Desktop Manager pour pointer vers votre sous-domaine CyberArk SIA, puis lier cette entrée à votre session RDP comme s'il s'agissait d'un VPN.

{% hint style="info" %}
Les intégrations CyberArk nécessitent la licence du [paquet Solutions de gestion des accès privilégiés](https://docs.devolutions.net/resources/fr/getting-started-with-devolutions-packages/privileged-access-management-package).
{% endhint %}

#### Création de l'entrée CyberArk SIA

1. Ouvrir Remote Desktop Manager.
2. Ajouter une nouvelle entrée.
3. Sélectionner l'entrée ***CyberArk SIA***.
4. Dans l'onglet ***Général*** :
   * ***Sous-domaine*** : Saisir le sous-domaine de votre instance SIA, p. ex., `devolutions` si votre URL est `https://devolutions.cyberark.cloud`.
   * ***Nom d'utilisateur / Mot de passe (SSH seulement)*** : Fournir les identifiants si vous prévoyez utiliser des sessions SSH.
5. Cliquer sur ***Ajouter*** pour enregistrer l'entrée.<br>

   #### Lier l'entrée CyberArk SIA à votre session RDP
6. Après avoir créé votre entrée CyberArk SIA, vous pouvez la sélectionner dans la configuration de votre entrée RDP.
   1. Dans Remote Desktop Manager, modifier votre entrée RDP.
   2. Aller à ***VPN/Tunnel/Passerelle***.
   3. Sélectionner ***CyberArk SIA*** parmi les types de VPN/passerelles disponibles.
   4. Sélectionner la méthode de connexion.
   5. Choisir ***CyberArk SIA*** sous ***Type***.
   6. Sous ***Mode d'accès***, sélectionner ***Zéro privilège permanent*** ou ***Identifiants du coffre***.
   7. Saisir les informations correspondant au mode d'accès sélectionné.
   8. Aller à l'onglet ***Paramètres*** (CyberArk SIA), puis sélectionner la session créée précédemment.
   9. Enregistrer votre entrée RDP en cliquant sur ***Mettre à jour***.


---

# 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/cyberark-sia-entry.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.
