> 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/pam-with-devolutions-server/providers/managed-providers/entra-id-user-provider.md).

# Proveedor de usuario de Entra ID

El proveedor ***Usuario de Entra ID*** permite a Devolutions Server almacenar la información de la aplicación de Entra ID para utilizarla en el descubrimiento de cuentas o para llevar a cabo la rotación de contraseñas.

{% hint style="info" %}
Consulte [Crear un proveedor PAM de Entra ID](/pam/es/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-server.md) para obtener más información sobre la configuración en Azure.
{% endhint %}

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

### General

| OPCIONES        | DESCRIPCIÓN                              |
| --------------- | ---------------------------------------- |
| **Nombre**      | Nombre visible del proveedor.            |
| **Descripción** | Descripción personalizada del proveedor. |

### Servidor

| OPCIONES          | DESCRIPCIÓN                   |
| ----------------- | ----------------------------- |
| **ID de tenant**  | ID del tenant de Azure.       |
| **ID de cliente** | ID de la aplicación de Azure. |

### Credenciales

| OPCIONES                 | DESCRIPCIÓN                                                                                                                                                                                                                                                                                    |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Tipo de credencial**   | <p>Elija un tipo de credencial entre:</p><ul><li><em><strong>Personalizada</strong></em>: introduzca manualmente la clave secreta de la aplicación de Azure.</li><li><em><strong>Credencial vinculada</strong></em>: recupere las credenciales de una cuenta privilegiada existente.</li></ul> |
| **Clave secreta**        | Clave secreta de la aplicación de Azure.                                                                                                                                                                                                                                                       |
| **Credencial vinculada** | Elija una cuenta privilegiada de la que recuperar las credenciales. Esta opción solo se muestra cuando el ***Tipo de credencial*** está establecido en ***Credencial vinculada***.                                                                                                             |

### Acciones

| OPCIONES                                                        | DESCRIPCIÓN                                                                                                                                               |
| --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Añadir una bóveda PAM**                                       | Crea automáticamente una bóveda PAM para el nuevo proveedor.                                                                                              |
| **Añadir una nueva configuración de descubrimiento de cuentas** | Abre la ventana ***Añadir nueva configuración de descubrimiento de cuentas*** una vez creado el proveedor, con la información del proveedor ya rellenada. |

#### Véase también

* [Devolutions Academy - Configuración de un proveedor de Active Directory](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configuración de un proveedor de Entra ID](https://academy.devolutions.net/student/path/2354099/activity/3423447)


---

# 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/pam-with-devolutions-server/providers/managed-providers/entra-id-user-provider.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.
