> 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/knowledge-base-articles/delinea-secret-server-entry-settings.md).

# Paramètres de l'entrée Delinea Secret Server

Cet article énumère tous les paramètres de l'entrée d'identifiants ***Delinea Secret Server*** dans Remote Desktop Manager Windows. Le mode SSO est pris en charge dans les instances infonuagiques comme dans les instances auto-hébergées. Si SSO est sélectionné mais n'est pas disponible, Remote Desktop Manager basculera automatiquement vers l'authentification OAuth, obligeant les utilisateurs à saisir manuellement leur nom d'utilisateur et leur mot de passe.

{% hint style="info" %}
Le mode SSO exige que vous vous authentifiiez auprès de la plateforme Delinea chaque fois que vous lancez Remote Desktop Manager. L'intégration Delinea nécessite la licence [Paquet des 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 %}

![](https://cdnweb.devolutions.net/docs/RDMW4386_2025_3.png)

### Général

<table><thead><tr><th width="254.79998779296875">PARAMÈTRES</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Saisissez l'URL pour vous connecter à l'instance Delinea Secret Server, soit <code>https://server</code> ou <code>https://server/SecretServer</code>.</td></tr><tr><td><strong>Mode de résolution</strong></td><td>Choisissez d'injecter les identifiants directement dans la session ou de vous connecter par un proxy.</td></tr><tr><td><strong>Mode d'authentification</strong></td><td><p>Choisissez un mode d'authentification parmi :</p><ul><li><strong>OAuth</strong></li><li><strong>SSO</strong></li></ul></td></tr><tr><td><strong>Utiliser « Paramètres de mon compte »</strong></td><td>Récupère les identifiants stockés sous <strong>Fichier</strong> – <strong>Paramètres de mon compte</strong> – <strong>Delinea</strong> <strong>Secret Server</strong>.</td></tr><tr><td><strong>Utiliser l'authentification Windows</strong></td><td>Utilise l'authentification Windows comme identifiants pour l'entrée <strong>Delinea Secret Server</strong>. Notez qu'il existe une limitation avec l'API REST : vous ne pouvez pas avoir une AMF avec l'authentification Windows activée.</td></tr><tr><td><strong>Nom d'utilisateur</strong></td><td>Saisissez le nom d'utilisateur de votre compte Delinea Secret Server.</td></tr><tr><td><strong>Mot de passe</strong></td><td>Saisissez le mot de passe de votre compte Delinea Secret Server.</td></tr><tr><td><strong>Toujours demander le mot de passe</strong></td><td>Choisissez si votre mot de passe doit vous être demandé chaque fois ou non.</td></tr><tr><td><strong>Mode multifacteur</strong></td><td><p>Sélectionnez un mode multifacteur parmi :</p><ul><li><strong>Demander à chaque connexion</strong> : une invite AMF apparaît chaque fois que vous utilisez les identifiants.</li><li><strong>Demander uniquement lorsque la session expire</strong> : l'invite AMF apparaît lorsque Remote Desktop Manager est lancé.</li></ul></td></tr></tbody></table>

### Sélection des identifiants

<table><thead><tr><th width="128.39996337890625">PARAMÈTRES</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Rechercher</strong></td><td>Détermine ce qu'il faut rechercher pour trouver les identifiants dans Delinea Secret Server. Si vous préférez que tous les identifiants vous soient affichés, choisissez plutôt <strong>Demander avec une liste</strong>.</td></tr><tr><td><strong>ID du dossier</strong></td><td>Saisissez l'ID du dossier dans Delinea Secret Server. Laissez vide pour effectuer la recherche dans toute la liste.</td></tr><tr><td><strong>Mode</strong></td><td><p>Choisissez un mode de sélection des identifiants parmi :</p><ul><li><strong>Comme identifiant</strong></li><li><strong>Comme clé privée</strong></li></ul></td></tr></tbody></table>

### Avancé

<table><thead><tr><th width="208.39996337890625">PARAMÈTRES</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Autoriser la récupération du OTP</strong></td><td>Détermine si l'entrée tente de récupérer les informations du OTP dans Delinea Secret Server.</td></tr><tr><td><strong>Tronquer la valeur machine/domaine après le premier point</strong></td><td>Tronque la valeur après le premier point dans la valeur machine/domaine, p. ex., <code>mydomain.lab.loc</code> devient <code>mydomain</code>.</td></tr><tr><td><strong>Champ du nom d'utilisateur</strong></td><td>Récupère la valeur située dans l'équivalent du champ du nom d'utilisateur dans Delinea Secret Server. Utile lorsque les noms de champs ne correspondent pas dans les entrées personnalisées.</td></tr><tr><td><strong>Champ du domaine</strong></td><td>Récupère la valeur située dans l'équivalent du champ du domaine dans Delinea Secret Server.</td></tr><tr><td><strong>Champ du mot de passe</strong></td><td>Récupère la valeur située dans l'équivalent du champ du mot de passe dans Delinea Secret Server.</td></tr></tbody></table>

#### Voir aussi

* [Devolutions Academy - Intégration de Delinea Secret Server avec Remote Desktop Manager](https://academy.devolutions.net/student/path/2134631/activity/3133114)
* [Blogue Devolutions - Le SSO de Delinea Secret Server est maintenant pris en charge dans Remote Desktop Manager](https://blog.devolutions.net/2023/11/delinea-secret-server-single-sign-on-sso-is-now-supported-in-remote-desktop-manager/)


---

# 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/knowledge-base-articles/delinea-secret-server-entry-settings.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.
