> 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/troubleshooting-articles/jit-elevation-not-revoking-privileges-for-users.md).

# JIT-Erhöhung entzieht Benutzern keine Rechte

In Version 2023.3 wurden Berechtigungen, die durch JIT-Elevation mit einem Entra ID (Azure)-Anbieter erlangt wurden, nach der Elevation nicht korrekt widerrufen.

Wenn das PAM-Einchecken automatisch durch den Scheduler erfolgte (z. B. wenn der Timer eines Auscheckens abgelaufen war), ist es möglich, dass der Benutzer noch Teil der Gruppe ist, in die er ursprünglich erhoben wurde.

### Lösung

1. Melden Sie sich mit einem Administratorkonto in der Weboberfläche von Devolutions Server an.
2. Gehen Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Anbieter***.
3. Klicken Sie auf die Schaltfläche ***Einstellungen*** beim Entra ID (Azure)-Anbieter.
4. Gehen Sie zur Registerkarte Einstellungen und überprüfen Sie die Gruppen im Abschnitt ***Just-In-Time (JIT)-Elevation***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0191.png" alt=""><figcaption></figcaption></figure>
5. Gehen Sie in Microsoft Azure zu ***Azure*** – ***Microsoft Entra ID*** – ***Gruppen***.
6. Überprüfen Sie die gewünschte Gruppe, um sicherzustellen, dass die während des JIT-Elevation-Prozesses verwendeten Benutzerkonten nicht mehr Teil der Gruppe(n) sind.


---

# 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/troubleshooting-articles/jit-elevation-not-revoking-privileges-for-users.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.
