> 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/entry-settings/jwt-json-web-token.md).

# JWT (JSON Web Token)

La voce ***JWT (JSON Web Token)*** consente agli utenti di generare e archiviare in modo sicuro i JSON web token, nonché i metadati e le credenziali correlati, in Remote Desktop Manager.

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

#### Generale

<table><thead><tr><th width="181.20001220703125">IMPOSTAZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Tipo di voce</strong></td><td><p>Scelga un metodo per recuperare il JSON Web Token tra:</p><ul><li><strong>File (locale)</strong>: recupera un token da un file situato sul computer locale.</li><li><strong>Dati incorporati</strong>: utilizza un token generato dal <strong>generatore JWT</strong> integrato in Remote Desktop Manager.</li></ul></td></tr><tr><td><strong>Genera un nuovo pacchetto con la selezione corrente</strong></td><td>Genera un nuovo token e apre la finestra del generatore JWT, in cui è possibile determinare quale <strong>Algoritmo</strong>utilizzare, inserire <strong>Claim</strong>e <strong>Claim personalizzati</strong> e visualizzare l'anteprima dell'aspetto del pacchetto del token.Il pulsante <strong>Visualizza</strong> sopra il campo <strong>Token JWT</strong> apre la stessa finestra, ma senza generare un nuovo token.</td></tr><tr><td><strong>Chiave segreta</strong></td><td>Chiave di decrittazione del token. Questo campo viene compilato automaticamente quando si genera un nuovo token o se ne importa uno da un file locale. Il campo può essere reso visibile facendo clic su <strong>Mostra password</strong> accanto ad esso.</td></tr></tbody></table>

#### Nome di accesso

<table data-header-hidden><thead><tr><th width="125.20001220703125"></th><th></th></tr></thead><tbody><tr><td><strong>Nome utente</strong></td><td>Questo nome utente sarà utilizzato durante l'autenticazione alle sessioni che utilizzano la voce JWT come credenziali collegate.</td></tr><tr><td><strong>Password</strong></td><td>Inserisca la password associata al nome utente. Generi una password o utilizzi il <a href="/pages/nIXi2G4hruRZQtrYN1As">Generatore di password</a>. La password può essere mostrata o nascosta facendo clic sull'icona a forma di occhio.</td></tr></tbody></table>


---

# 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/entry-settings/jwt-json-web-token.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.
