> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/es/implementacion-de-perfiles/microsoft-intune/wifi-profile/android.md).

# Android

## Pasos de configuración

1. Inicie sesión en [Microsoft Intune](https://intune.microsoft.com/)
2. Navegue a **Dispositivos** y posteriormente **Perfiles de configuración**
3. Luego haga clic en **Crear > Nueva directiva**
4. Como **plataforma** seleccione su tipo de dispositivo Android
5. Busque las plantillas de **Tipo de perfil** para **Wi-Fi** y selecciónelo
6. Haga clic en **Crear** y proporcione un nombre descriptivo y una **Descripción**
7. Como **Tipo de Wi-Fi** selecciona **Empresarial**
8. Introduce tu **SSID**
9. Como **Tipo EAP** elige **EAP - TLS**
10. A continuación, como **nombre del servidor Radius** añade el&#x20;
    * **Nombre alternativo del sujeto (SAN)** de tu *activo* RADIUS [**Certificado de servidor**](/es/portal-de-administracion/settings/settings-server.md#server-certificates) . Esta propiedad se puede encontrar expandiendo el certificado de servidor activo y copiando el valor correspondiente.

<figure><img src="/files/f2d560aa6182a996fc465eaab5b639548c67f5af" alt=""><figcaption><p>mostrando detalles del certificado</p></figcaption></figure>

11\. Para el **Certificados raíz para la validación del servidor** selecciona el perfil de certificado de confianza que has creado previamente para el Certificado de servidor RADIUS.

12\. En **Autenticación del cliente** selecciona **Certificados** como **Método de autenticación**&#x20;

13\. Por último, en **Certificados** selecciona el perfil SCEP que deseas usar para la autenticación.

Todos los demás ajustes se pueden configurar según tus propias necesidades y preferencias.

{% hint style="info" %}
Algunos dispositivos kiosk Android requieren un valor para **Privacidad de identidad (identidad externa)**. Tenga esto en cuenta cuando tenga problemas para autenticarse en la red WiFi con estos dispositivos.
{% endhint %}

![](/files/0b7b44d983ff456160f20abfc247ea995ae99fd1)

## Problemas comunes de configuración

Ver [Solución de problemas](/es/otro/troubleshooting.md#intune-configuration-issues).


---

# 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.radiusaas.com/es/implementacion-de-perfiles/microsoft-intune/wifi-profile/android.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.
