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

# La elevación JIT no revoca los privilegios de los usuarios

En la versión 2023.3, los privilegios obtenidos mediante la elevación JIT usando un proveedor de Entra ID (Azure) no se revocaban correctamente después de la elevación.

Si el check-in de PAM se realizó automáticamente por el programador (p. ej., cuando el temporizador de un checkout había transcurrido), es posible que el usuario siga formando parte del grupo con el que fue elevado originalmente.

### Solución

1. Inicie sesión con una cuenta de administrador en la interfaz web de Devolutions Server.
2. Vaya a ***Administración*** – ***Acceso privilegiado*** – ***Proveedores***.
3. Haga clic en el botón ***Configuración*** del proveedor de Entra ID (Azure).
4. Vaya a la pestaña Configuración y revise los grupos en la sección ***Elevación justo a tiempo (JIT)***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0191.png" alt=""><figcaption></figcaption></figure>
5. En Microsoft Azure, vaya a ***Azure*** – ***Microsoft Entra ID*** – ***Grupos***.
6. Revise el grupo deseado para asegurarse de que las cuentas de usuario utilizadas durante el proceso de elevación JIT ya no formen parte del grupo o grupos.


---

# 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/es/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.
