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

# Delinea Secret Server entry settings

This article lists all the settings of the ***Delinea Secret Server*** credential entry in Remote Desktop Manager Windows. The SSO mode is supported in both cloud and self-hosted instances. If SSO is selected but not available, Remote Desktop Manager will automatically fall back to OAuth authentication, requiring users to manually enter their username and password.

{% hint style="info" %}
The SSO mode requires you to authenticate to the Delinea platform every time you launch Remote Desktop Manager. The Delinea integration requires the [Privileged access management solutions package](https://docs.devolutions.net/resources/getting-started-packages/privileged-access-management-package/) license.
{% endhint %}

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

### General

<table><thead><tr><th width="254.79998779296875">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Enter the URL to connect to the Delinea Secret Server instance, which is either <code>https://server</code> or <code>https://server/SecretServer</code>.</td></tr><tr><td><strong>Resolving mode</strong></td><td>Choose whether to inject credentials directly into the session or to connect through a proxy.</td></tr><tr><td><strong>Authentication mode</strong></td><td><p>Choose an authentication mode between:</p><ul><li><strong>OAuth</strong></li><li><strong>SSO</strong></li></ul></td></tr><tr><td><strong>Use "My account settings"</strong></td><td>Retrieves the credentials stored under <strong>File</strong> – <strong>My account settings</strong> – <strong>Delinea</strong> <strong>Secret Server</strong>.</td></tr><tr><td><strong>Use Windows authentication</strong></td><td>Uses Windows authentication as credentials for the <strong>Delinea Secret Server</strong>entry. Note that there is a limitation with the REST API: you cannot have an MFA with Windows authentication activated.</td></tr><tr><td><strong>Username</strong></td><td>Enter your Delinea Secret Server account username.</td></tr><tr><td><strong>Password</strong></td><td>Enter your Delinea Secret Server account password.</td></tr><tr><td><strong>Always ask password</strong></td><td>Choose whether to be asked for your password every time or not.</td></tr><tr><td><strong>Multifactor mode</strong></td><td><p>Select a multifactor mode between:</p><ul><li><strong>Ask at every login</strong>: an MFA prompt appears every time you use the credentials.</li><li><strong>Ask only when session expires</strong>: the MFA prompt appears when Remote Desktop Manager is launched.</li></ul></td></tr></tbody></table>

### Credential selection

<table><thead><tr><th width="128.39996337890625">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Look up</strong></td><td>Determines what to look up to find credentials in Delinea Secret Server. If you would rather be shown all the credentials, choose <strong>Prompt with list</strong> instead.</td></tr><tr><td><strong>Folder ID</strong></td><td>Enter the ID of the folder in Delinea Secret Server. Leave blank to search through the whole list.</td></tr><tr><td><strong>Mode</strong></td><td><p>Choose a credential selection mode between:</p><ul><li><strong>As Credential</strong></li><li><strong>As private key</strong></li></ul></td></tr></tbody></table>

### Advanced

<table><thead><tr><th width="208.39996337890625">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Allow OTP retrieval</strong></td><td>Determines whether the entry tries to fetch the OTP informations in Delinea Secret Server.</td></tr><tr><td><strong>Trim machine/domain value after the first dot</strong></td><td>Trim the value after the first dot in the machine/domain value, e.g., <code>mydomain.lab.loc</code> becomes <code>mydomain</code>.</td></tr><tr><td><strong>Username field</strong></td><td>Retrieves the value located the equivalent of the username field in Delinea Secret Server. Useful when field names do not match in custom entries.</td></tr><tr><td><strong>Domain field</strong></td><td>Retrieves the value located the equivalent of the domain field in Delinea Secret Server.</td></tr><tr><td><strong>Password field</strong></td><td>Retrieves the value located the equivalent of the password field in Delinea Secret Server.</td></tr></tbody></table>

#### See also

* [Devolutions Academy - Integrating Delinea Secret Server with Remote Desktop Manager](https://academy.devolutions.net/student/path/2134631/activity/3133114)
* [Devolutions Blog - Delinea Secret Server SSO now supported in 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/delinea-secret-server-entry-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
