> 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/knowledge-base/how-to-articles/create-temporary-accounts-with-jit-provisioning.md).

# Temporäre Konten mit JIT-Bereitstellung erstellen

Die Just-in-Time (JIT)-Bereitstellung erstellt temporäre Konten, die nur für die Dauer einer Aufgabe oder Sitzung aktiv sind. Beim Auschecken erzeugt das System ein Konto mit den erforderlichen Berechtigungen, das beim Check-in automatisch entfernt wird.

Diese Anleitung erklärt, wie Sie die JIT-Bereitstellung konfigurieren, um temporäre Konten zu erstellen.

### JIT-Kontoerstellung konfigurieren

1. Wählen Sie unter ***Administration*** – ***Privilegierter Zugriff*** – **Provider** Ihren PAM-Provider aus und klicken Sie auf ***Bearbeiten***.
2. Gehen Sie zu ***JIT-Rechteerhebung*** und suchen Sie ***Erweitert***.
3. Geben Sie unter ***Speicherort für JIT-Kontoerstellung*** den Pfad im richtigen Format für Ihr Active Directory ein (z. B. `OU=JITAccounts,DC=example,DC=com`).
4. Speichern Sie Ihre Änderungen.

### Neues Domänenbenutzer-PAM-Konto hinzufügen

1. Gehen Sie zu Ihrem ***PAM***-Tresor *und* klicken Sie auf ***Neuen Eintrag hinzufügen***.
2. Wählen Sie (***PAM)*** – ***Domänenbenutzer***.
3. Füllen Sie ***Name*** und ***Benutzername*** aus.
4. Wählen Sie Ihren ***Provider*** im ***Dropdown-Menü*** aus.
5. Aktivieren Sie das Kontrollkästchen ***Just-in-Time (JIT)-Konto***.
6. Klicken Sie auf ***Hinzufügen***, um den Eintrag zu speichern.

### Den JIT-Prozess verstehen

Wenn Sie das Konto auschecken, erstellt das System es automatisch in Active Directory. Es bleibt für die Dauer des Auscheckzeitraums aktiv, und beim Check-in wird das Konto sofort aus Active Directory gelöscht.


---

# 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/knowledge-base/how-to-articles/create-temporary-accounts-with-jit-provisioning.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.
