> 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/web-interface/administration/configuration/server-settings/general/authentication/microsoft-authentication-with-devolutions-server.md).

# Autenticación de Microsoft con Devolutions Server

{% hint style="info" %}
Se requiere una suscripción a Microsoft Entra ID para configurar la autenticación de Office365 en Devolutions Server. Es necesario un nuevo registro de aplicación en Microsoft Entra ID antes de completar la configuración de autenticación. Para obtener más información sobre los registros de aplicaciones, consulte la [guía de configuración del portal de Azure para la autenticación de Microsoft](/server/es/knowledge-base/how-to-articles/configure-microsoft-authentication-with-entra-id.md).
{% endhint %}

La pestaña ***Microsoft Authentication*** permite a Devolutions Server autenticar a los usuarios mediante la autenticación de Office365. Los campos ***Display name***, ***Tenant ID***, ***Client ID*** y ***Secret value*** son obligatorios.

### Parámetros

| OPCIÓN                                                                                                                                                                      | DESCRIPCIÓN                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Display name**                                                                                                                                                            | El nombre mostrado para esta configuración.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [**Authentication mode**](/server/es/web-interface/administration/configuration/server-settings/general/authentication/microsoft-authentication-with-devolutions-server.md) | <p>Establece el modelo de permisos que utiliza Devolutions Server para autenticarse contra Microsoft Entra ID.</p><ul><li><em><strong>Application permissions</strong></em> (valor predeterminado recomendado): Devolutions Server se autentica como la propia aplicación mediante credenciales de cliente.</li><li><em><strong>Delegated permissions</strong></em>: Devolutions Server suplanta a un usuario de cuenta de servicio para realizar llamadas a Microsoft Graph.</li></ul> |
| **Tenant ID**                                                                                                                                                               | El TenantID es el Directory ID de Entra ID.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Client ID**                                                                                                                                                               | ID de aplicación de la aplicación de Entra ID.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Use specific client ID for users and user groups cache**                                                                                                                  | Utilice esta opción solo si el secreto se encuentra en otra aplicación de Azure.                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Secret value**                                                                                                                                                            | Secreto generado en Azure.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **Type of user interaction on login**                                                                                                                                       | <ul><li><em><strong>Automatic</strong></em>: Elige el método más apropiado según el contexto.</li><li><em><strong>Select account</strong></em>: Muestra siempre la selección de cuenta.</li><li><em><strong>None</strong></em>: Solo conexión silenciosa, el usuario debe estar conectado a través de otra aplicación del proveedor.</li><li><em><strong>Login</strong></em>: Obliga al usuario a pasar por el proveedor cada vez.</li></ul>                                            |
| **Test connection**                                                                                                                                                         | Probar la conexión con los parámetros actuales.                                                                                                                                                                                                                                                                                                                                                                                                                                         |

### Creación automática de usuarios <a href="#automatic-user-creation" id="automatic-user-creation"></a>

| OPCIÓN                         | DESCRIPCIÓN                                                                                                                                               |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Auto create on first login** | Crea un usuario en el primer inicio de sesión.                                                                                                            |
| **Only from this group**       | Solo se crearán en el primer inicio de sesión los usuarios de este grupo (disponible únicamente cuando ***Auto create on first login*** está habilitado). |


---

# 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/web-interface/administration/configuration/server-settings/general/authentication/microsoft-authentication-with-devolutions-server.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.
