> 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/es/knowledge-base/how-to-articles/disable-microsoft-authentication-users-and-user-groups-cache.md).

# Deshabilitar la caché de usuarios y grupos de usuarios de la autenticación de Microsoft

Desactive la caché de usuarios y grupos de usuarios de la autenticación de Microsoft en Devolutions Server para que interactúe directamente con Entra ID sin retrasos por caché.

Al crear o actualizar la información de usuarios y grupos en Entra ID, la actualización de la ***caché de usuarios y grupos de usuarios de la autenticación de Microsoft*** en Devolutions Server puede tardar bastante tiempo (¡a veces un día entero!) si el tenant de Entra ID contiene un número elevado de usuarios y grupos.

Al activar la autenticación de Microsoft durante la creación de una nueva instancia de Devolutions Server, la función de caché se desactiva para no impedir la importación de usuarios y grupos.

{% hint style="warning" %}
La caché está activada de forma predeterminada. Para tener la opción de desactivar esta función, es necesario actualizar Devolutions Server a una versión posterior.
{% endhint %}

Para que Devolutions Server interactúe directamente con Entra ID sin depender de su ***caché de usuarios y grupos de usuarios de la autenticación de Microsoft***, siga los pasos que se indican a continuación:

1. Vaya a ***Administración*** – ***Configuración del servidor*** – ***Autenticación*** y haga clic en el icono ***Autenticación de Microsoft*** que se encuentra bajo el encabezado ***Configuración***.
2. A continuación, desmarque las opciones ***Activar la función de caché*** y haga clic en el botón ***Guardar*** (icono de disquete).


---

# 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/es/knowledge-base/how-to-articles/disable-microsoft-authentication-users-and-user-groups-cache.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.
