> 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/pam/de/pam-with-devolutions-server/providers/custom-pam-providers.md).

# Benutzerdefinierte PAM-Anbieter

Devolutions PAM bietet eine Vielzahl von verwalteten Anbietern, aber es ist nicht möglich, jeden Identitätsanbieter zu unterstützen. Hier werden benutzerdefinierte PAM-Anbieter (früher *AnyIdentity-Anbieter*) unverzichtbar.

{% embed url="<https://youtu.be/hsLuhLJjCaM?si=g6K14cfqZ5Fxga1f>" %}

Benutzerdefinierte PAM-Anbieter sind eine Erweiterung der verwalteten Anbieter und dienen dazu, die Lücke zwischen den Identitätsanbietern, die vom Devolutions PAM-Modul über verwaltete Anbieter nativ unterstützt werden, und den zahlreichen anderen Identitätsanbietern, die Devolutions-Kunden möglicherweise verwenden, zu schließen.

Ein benutzerdefinierter PAM-Anbieter kann verschiedene Identitätsanbieter unterstützen, die von Devolutions PAM nicht nativ unterstützt werden, wie zum Beispiel:

* **Cloud-basierte Identitätsanbieter**: Anbieter wie Okta oder Google Workspace, die den Zugriff auf Cloud-Anwendungen und -Dienste verwalten.
* **Benutzerdefinierte Anwendungen**: Jedes intern entwickelte System Ihrer Organisation, das seine eigene Benutzerdatenbank und Authentifizierungsmechanismen verwaltet.
* **Legacy-Systeme**: Ältere Anwendungen oder Datenbanken, die sich möglicherweise nicht einfach in moderne Identitätsmanagement-Lösungen integrieren lassen.

Benutzerdefinierte PAM-Anbieter nutzen verschiedene Aktionen, die in PowerShell als Aktionsskripte geschrieben sind und entweder bei Bedarf oder geplant über Kontoerkennungskonfigurationen ausgeführt werden. Zu diesen Aktionen gehören das Erkennen von Anmeldeinformationen eines Identitätsanbieters, das Erkennen von Änderungen an Anmeldeinformationen und das Rotieren von Passwörtern für Anmeldeinformationen.

* **Kontoerkennung**: Listet Anmeldeinformationen bei einem Identitätsanbieter auf.
* **Heartbeat**: Erkennt, ob sich eine Anmeldeinformation seit dem letzten Heartbeat geändert hat.
* **Passwortrotation**: Ändert Kontopasswörter zu einem neuen, sicheren Passwort

Wenn Sie mit PowerShell vertraut sind, können Sie [benutzerdefinierte PAM-Anbieter erstellen](/pam/de/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md) oder eine der [vorgefertigten Vorlagen](https://github.com/Devolutions/PAM-Providers) verwenden.

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

#### Siehe auch

* [YouTube – Devolutions PAM-Playlist](https://www.youtube.com/watch?v=hsLuhLJjCaM\&list=PLfidkb9pPIfJDEMOn1wK2a8MsFdE-EZPX)
* [Devolutions Academy – Konfigurieren eines benutzerdefinierten PAM-Anbieters](https://academy.devolutions.net/student/path/2354099/activity/3423448)
* Devolutions Blog:
  * [Inside the custom PAM provider workflow: account discovery](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-account-discovery/)
  * [Inside the custom PAM provider workflow: heartbeat](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-heartbeat/)
  * [Inside the custom PAM provider workflow: password rotation](https://blog.devolutions.net/2024/10/inside-anyidentity-workflow-password-rotation/)
  * [Inside the custom PAM provider workflow: password propagation](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-password-propagation/)
  * [Decoding custom PAM providers: customizable identity management for the modern enterprise](https://blog.devolutions.net/2024/10/decoding-anyidentity-customizable-identity-management-for-the-modern-enterprise/)
  * [Spotlight on remote PAM with custom PAM providers and Devolutions Gateway](https://blog.devolutions.net/2024/11/inside-20243-secure-remote-pam-with-anyidentity-and-devolutions-gateway/)


---

# 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/pam/de/pam-with-devolutions-server/providers/custom-pam-providers.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.
