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

# Impostazioni della voce Delinea Secret Server

Questo articolo elenca tutte le impostazioni della voce di credenziali ***Delinea Secret Server*** in Remote Desktop Manager Windows. La modalità SSO è supportata sia nelle istanze cloud che self-hosted. Se SSO è selezionato ma non disponibile, Remote Desktop Manager passerà automaticamente all'autenticazione OAuth, richiedendo agli utenti di inserire manualmente nome utente e password.

{% hint style="info" %}
La modalità SSO richiede l'autenticazione alla piattaforma Delinea ogni volta che avvia Remote Desktop Manager. L'integrazione Delinea richiede la licenza del [pacchetto di soluzioni di gestione degli accessi privilegiati](https://docs.devolutions.net/resources/it/getting-started-with-devolutions-packages/privileged-access-management-package).
{% endhint %}

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

### Generale

<table><thead><tr><th width="254.79998779296875">IMPOSTAZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Inserisca l'URL per connettersi all'istanza Delinea Secret Server, che è <code>https://server</code> oppure <code>https://server/SecretServer</code>.</td></tr><tr><td><strong>Modalità di risoluzione</strong></td><td>Scelga se iniettare le credenziali direttamente nella sessione o connettersi tramite un proxy.</td></tr><tr><td><strong>Modalità di autenticazione</strong></td><td><p>Scelga una modalità di autenticazione tra:</p><ul><li><strong>OAuth</strong></li><li><strong>SSO</strong></li></ul></td></tr><tr><td><strong>Usa "Impostazioni del mio account"</strong></td><td>Recupera le credenziali memorizzate in <strong>File</strong> – <strong>Impostazioni del mio account</strong> – <strong>Delinea</strong> <strong>Secret Server</strong>.</td></tr><tr><td><strong>Usa autenticazione Windows</strong></td><td>Utilizza l'autenticazione Windows come credenziali per la voce <strong>Delinea Secret Server</strong>. Si noti che esiste una limitazione con l'API REST: non è possibile avere l'MFA con l'autenticazione Windows attivata.</td></tr><tr><td><strong>Nome utente</strong></td><td>Inserisca il nome utente del suo account Delinea Secret Server.</td></tr><tr><td><strong>Password</strong></td><td>Inserisca la password del suo account Delinea Secret Server.</td></tr><tr><td><strong>Chiedi sempre la password</strong></td><td>Scelga se richiedere o meno la password ogni volta.</td></tr><tr><td><strong>Modalità multifattore</strong></td><td><p>Selezioni una modalità multifattore tra:</p><ul><li><strong>Chiedi a ogni accesso</strong>: un prompt MFA appare ogni volta che utilizza le credenziali.</li><li><strong>Chiedi solo alla scadenza della sessione</strong>: il prompt MFA appare all'avvio di Remote Desktop Manager.</li></ul></td></tr></tbody></table>

### Selezione delle credenziali

<table><thead><tr><th width="128.39996337890625">IMPOSTAZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Ricerca</strong></td><td>Determina cosa cercare per trovare le credenziali in Delinea Secret Server. Se preferisce visualizzare tutte le credenziali, scelga invece <strong>Richiedi con elenco</strong>.</td></tr><tr><td><strong>ID cartella</strong></td><td>Inserisca l'ID della cartella in Delinea Secret Server. Lasci vuoto per cercare nell'intero elenco.</td></tr><tr><td><strong>Modalità</strong></td><td><p>Scelga una modalità di selezione delle credenziali tra:</p><ul><li><strong>Come credenziale</strong></li><li><strong>Come chiave privata</strong></li></ul></td></tr></tbody></table>

### Avanzate

<table><thead><tr><th width="208.39996337890625">IMPOSTAZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Consenti recupero OTP</strong></td><td>Determina se la voce tenta di recuperare le informazioni OTP in Delinea Secret Server.</td></tr><tr><td><strong>Tronca il valore macchina/dominio dopo il primo punto</strong></td><td>Tronca il valore dopo il primo punto nel valore macchina/dominio, ad es. <code>mydomain.lab.loc</code> diventa <code>mydomain</code>.</td></tr><tr><td><strong>Campo nome utente</strong></td><td>Recupera il valore situato nell'equivalente del campo nome utente in Delinea Secret Server. Utile quando i nomi dei campi non corrispondono nelle voci personalizzate.</td></tr><tr><td><strong>Campo dominio</strong></td><td>Recupera il valore situato nell'equivalente del campo dominio in Delinea Secret Server.</td></tr><tr><td><strong>Campo password</strong></td><td>Recupera il valore situato nell'equivalente del campo password in Delinea Secret Server.</td></tr></tbody></table>

#### Vedere anche

* [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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/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.
