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

# Benutzer zu einem anderen Authentifizierungsanbieter migrieren

Diese Anleitung erklärt, wie Sie die Benutzerkonten und Benutzergruppen von einem Authentifizierungsanbieter zu einem anderen migrieren. Folgende Anbieter stehen für die Migration zur Verfügung:

* ***Domain***
* ***Microsoft***
* ***Okta***
* ***PingOne***
* ***Devolutions Server*** (kann nur **von** migriert werden)
* ***SQL server*** (kann nur **von** migriert werden)

Alle oben aufgeführten Anbieter können zu- und untereinander migriert werden, mit Ausnahme von SQL server und Devolutions Server, zu denen nicht migriert werden kann.

Das Werkzeug befindet sich an drei Stellen in der Weboberfläche Ihrer Devolutions Server-Instanz:

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

{% hint style="info" %}
Um Benutzer und Benutzergruppen zum selben Identitätsanbieter zu migrieren (zum Beispiel: von einem Active Directory zu einem anderen Active Directory), müssen die Informationen unter ***Administration*** – ***Server settings*** – ***Authentication*** auf die neue Domäne geändert werden, bevor das Authentifizierungs-Migrationswerkzeug verwendet wird.
{% endhint %}

### Migrationsschritte

1. Wie in der ***Einführung*** erwähnt, sind wichtige Vorgänge erforderlich, bevor dieser Prozess durchgeführt wird. Klicken Sie auf ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8124.png)
2. Wählen Sie in den ***Options*** die Quelle und das Ziel der Migration aus.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8125.png)
3. Im Bereich ***Users mapping*** sollte der Assistent die ähnlichen Konten automatisch zuordnen. Die anderen Konten müssen manuell ausgewählt werden.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8126.png)
4. Im Bereich ***User groups mapping*** werden einige Gruppen ebenfalls automatisch durch den Assistenten zugeordnet, der Rest muss manuell erfolgen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8127.png)
5. Die ***Confirmation*** zeigt die Anzahl der ausgewählten Benutzer und Benutzergruppen sowie jene, die nicht für den Migrationsprozess ausgewählt wurden.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8128.png)
6. Klicken Sie auf die Schaltfläche ***Start migration***, um den Prozess zu starten und den Migrations-Bestätigungsbericht zu erhalten.

   ![](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/de/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.
