> 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/server/it/knowledge-base/how-to-articles/migrate-users-to-another-authentication-provider.md).

# Migrare gli utenti a un altro provider di autenticazione

Queste istruzioni spiegano come migrare gli account utente e i gruppi di utenti da un provider di autenticazione a un altro. Ecco i provider disponibili per la migrazione:

* ***Domain***
* ***Microsoft***
* ***Okta***
* ***PingOne***
* ***Devolutions Server*** (può essere migrato solo **da**)
* ***SQL server*** (può essere migrato solo **da**)

Tutti i provider elencati sopra possono essere migrati l'uno verso l'altro—e viceversa—ad eccezione di SQL server e Devolutions Server, verso i quali non è possibile migrare.

Lo strumento si trova in tre posizioni nell'interfaccia web della sua istanza di Devolutions Server:

* ***Administration*** – ***Server settings*** – ***Authentication***
* ***Administration*** – ***Users***
* ***Administration*** – ***User groups***

{% hint style="info" %}
Per migrare utenti e gruppi di utenti verso lo stesso provider di identità (ad esempio: da un Active Directory a un altro Active Directory), le informazioni in ***Administration*** – ***Server settings*** – ***Authentication*** devono essere modificate con il nuovo dominio prima di utilizzare lo strumento di migrazione dell'autenticazione.
{% endhint %}

### Passaggi della migrazione

1. Come indicato nell'***Introduzione***, sono necessarie operazioni importanti prima di procedere con questo processo. Clicchi su ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8124.png)
2. Nelle ***Options***, selezioni l'origine e la destinazione della migrazione.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8125.png)
3. Nella sezione ***Users mapping***, la procedura guidata dovrebbe far corrispondere automaticamente gli account simili. Gli altri account dovranno essere selezionati manualmente.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8126.png)
4. Nella sezione ***User groups mapping*** alcuni gruppi verranno anch'essi abbinati automaticamente dalla procedura guidata, il resto dovrà essere fatto manualmente.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8127.png)
5. La ***Confirmation*** mostra il numero di utenti e gruppi di utenti selezionati e quelli non selezionati per il processo di migrazione.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8128.png)
6. Clicchi sul pulsante ***Start migration*** per avviare il processo e ottenere il report di conferma della migrazione.

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


---

# 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/server/it/knowledge-base/how-to-articles/migrate-users-to-another-authentication-provider.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.
