Skip to main content

Okta y RADIUS: Extensión de su proveedor de identidad a la autenticación WiFi

Esta guía proporciona una referencia técnica exhaustiva para administradores de TI en organizaciones centradas en Okta que deseen extender su proveedor de identidad en la nube a la autenticación WiFi mediante el agente Okta RADIUS. Cubre la arquitectura de autenticación completa, las compensaciones en la aplicación de MFA, la asignación dinámica de VLAN mediante el mapeo de atributos RADIUS y la decisión crítica entre EAP-TTLS basado en contraseñas y EAP-TLS basado en certificados. Los operadores de recintos y los equipos de TI empresariales encontrarán orientación de despliegue práctica, casos de estudio reales de hostelería y comercio minorista, y un marco claro para integrar Okta RADIUS junto con soluciones dedicadas de Guest WiFi.

📖 11 min de lectura📝 2,672 palabras🔧 2 ejemplos3 preguntas📚 10 términos clave

🎧 Escuchar esta guía

Ver transcripción
Welcome to the Purple Technical Briefing. Today we are diving into a topic that sits right at the intersection of network architecture and identity management: Okta and RADIUS for WiFi authentication. If you are an IT manager, a network architect, or a venue operations director, you already know the headache of managing separate credentials for network access. You have got your Okta directory for cloud applications, but perhaps your WiFi is still relying on a legacy Active Directory server, or worse, a shared WPA2 password pinned to the break room wall. Today, we are going to look at how to bridge that gap using the Okta RADIUS agent. We will cover the architecture, how to handle Multi-Factor Authentication on WiFi, the critical trade-offs between password-based and certificate-based authentication, and how to map Okta groups to RADIUS attributes for dynamic VLAN assignment. Let us get into it. Let us start with the architecture. How does the Okta RADIUS agent actually work? The Okta RADIUS agent is a lightweight application that you deploy on-premises — usually on a Windows or Linux server — or in a cloud virtual machine. It acts as a proxy. It sits between your network infrastructure, such as your wireless access points or your wireless LAN controller, and the Okta cloud. When a user tries to connect to your 802.1X enterprise WiFi, their device sends credentials to the access point. The access point, acting as what we call the authenticator in the 802.1X model, forwards a RADIUS Access-Request to the Okta RADIUS agent over UDP port 1812. The agent takes that request and securely tunnels it to the Okta cloud via an HTTPS API call. Okta validates the credentials, checks the sign-on policies, and returns a decision. The agent then translates that back into a RADIUS Access-Accept or Access-Reject message for the access point. It is a clever way to extend your cloud identity provider down to the local network edge without exposing your directory directly to the internet. Now, the big question everyone asks: Can you enforce Okta MFA on WiFi connections? The short answer is yes, but with important caveats. The Okta RADIUS agent primarily supports the Password Authentication Protocol, or PAP. Because PAP sends the password in the clear, it is encapsulated and protected by the outer TLS tunnel of the EAP protocol, which stands for Extensible Authentication Protocol. This arrangement allows the agent to handle MFA challenges. You can configure Okta to push an Okta Verify notification to the user's phone, or ask them to append a TOTP code — a Time-Based One-Time Password — to their password. However, this is where user experience clashes with security. Imagine asking a retail store associate to approve a push notification every time their phone reconnects to the staff WiFi as they walk across the shop floor. It causes friction. Furthermore, many modern devices will drop the WiFi connection if the MFA challenge takes too long. So while MFA on WiFi is technically possible and supported by Okta, we generally recommend it only for highly privileged access, such as IT admin SSIDs, rather than general staff WiFi. This brings us to the critical trade-off: password-based RADIUS with Okta versus certificate-based authentication, specifically EAP-TLS. When you use the Okta RADIUS agent with EAP-TTLS or PAP, you are relying on passwords. Passwords can be stolen, phished, or shared. Plus, as we just discussed, adding MFA to WiFi is clunky in practice. On the other hand, EAP-TLS uses digital certificates deployed to the user's device. It provides mutual authentication — the device proves its identity to the network, and the network proves its identity to the device. There are no passwords to type, and it is highly resistant to phishing. The catch? The Okta RADIUS agent does not natively act as a Certificate Authority. If you want EAP-TLS, you need a Public Key Infrastructure, or PKI — solutions like SecureW2, Foxpass, or Microsoft Active Directory Certificate Services — and a Mobile Device Management solution to distribute the certificates to your endpoints. Okta can still be the identity provider that authorises certificate issuance, but the RADIUS agent itself will not be doing the heavy lifting for EAP-TLS. For BYOD environments, password-based Okta RADIUS is fast and easy to deploy. For managed corporate devices, EAP-TLS is the gold standard. Let us move to one of the most powerful features: Dynamic VLAN assignment. In a large venue — a hotel, a stadium, a conference centre — you do not want all your staff on the same network segment. You want the point-of-sale terminals isolated from the housekeeping tablets, and you want IT staff on a management VLAN. How do you achieve this with Okta? It is all about RADIUS attribute mapping. In the Okta Admin Console, under the RADIUS application settings, you can enable a feature called Include groups in RADIUS response. You specify which Okta groups should be returned in the authentication response. Okta passes this group membership back to your network controller using standard RADIUS attributes — typically Attribute 11 for Filter-ID, or Attribute 25 for Class. Your wireless controller or Network Access Control system, such as Aruba ClearPass or Cisco ISE, receives this group name. You then configure a local policy on the controller that says, for example, if RADIUS Attribute 25 equals Retail-POS, assign the client to VLAN 40. The controller sends the standard tunnel attributes — Tunnel-Type, Tunnel-Medium-Type, and Tunnel-Private-Group-ID — to the access point, dynamically dropping the user into the correct VLAN. It is a seamless way to enforce network segmentation based purely on Okta identity, which is enormously powerful for compliance with standards like PCI DSS, which requires strict network segmentation around cardholder data environments. Now let us look at some real-world implementation scenarios. Consider a national hotel chain with properties across the United Kingdom. Each property has a mix of front desk staff, housekeeping, food and beverage, and management. Previously, each property ran its own NPS server with a local Active Directory. The IT team spent considerable time managing local accounts and troubleshooting RADIUS failures. By deploying the Okta RADIUS agent in a pair of redundant cloud virtual machines, centralising all user accounts in Okta, and configuring group-based VLAN assignment, the chain reduced its per-property IT overhead significantly. Front desk staff authenticate with their Okta credentials and are automatically placed on the guest-services VLAN. Management staff, who are in a different Okta group, land on the management VLAN with access to property management systems. The entire configuration is managed from a single Okta Admin Console, and the Okta System Log provides a complete audit trail of every authentication event across all properties. A second scenario: a large retail chain with over 300 stores. Each store has a staff WiFi network used for inventory management, point-of-sale terminals, and back-office operations. PCI DSS compliance requires strict network segmentation between the cardholder data environment and general staff access. By integrating Okta RADIUS with their existing wireless infrastructure, the retailer maps Okta groups — POS-Staff, Inventory-Staff, and Store-Management — to three distinct VLANs. When a store associate connects, their device is automatically placed in the correct VLAN based on their Okta group membership. If an employee changes roles, updating their Okta group membership immediately changes their network access on their next connection. No firewall rules to update, no VLAN configurations to push to individual stores. Now, let us cover implementation recommendations and common pitfalls. The first and most common pitfall is ignoring the timeout settings. Okta API calls take time, especially if an MFA push is involved. If your wireless controller's RADIUS timeout is set to the default three or five seconds, the request will time out before the user can tap Approve on their phone. You must increase the RADIUS timeout on your WLC to at least thirty to sixty seconds. This is a configuration change on the network side, not in Okta, and it is frequently overlooked. The second recommendation is high availability. Never deploy just one Okta RADIUS agent. Deploy at least two agents on separate servers and configure your wireless controller to load balance between them. If one server goes down for patching, your WiFi authentication stays up. The third pitfall: be careful with PEAP. The Okta RADIUS agent does not support PEAP-MSCHAPv2, which is the default for many older Windows environments. You must configure your clients to use EAP-TTLS with PAP. This typically requires pushing a wireless profile via Group Policy or MDM, because Windows does not default to EAP-TTLS easily. Failing to do this is the number one reason for failed deployments. Time for a rapid-fire question and answer session based on common client questions. Question one: Can we use Okta RADIUS for guest WiFi? Answer: No. Okta is priced per user and designed for workforce identity. For guest WiFi, you should use a purpose-built captive portal solution, which handles terms of service, social login, and analytics without consuming Okta licences. Question two: Does Okta RADIUS support YubiKeys for WiFi authentication? Answer: Generally, no. Hardware tokens and WebAuthn do not translate well over the RADIUS protocol. Stick to Okta Verify push or TOTP if you must use MFA on WiFi. Question three: How does this interact with a Purple deployment? Answer: Very well. Purple enterprise customers using Okta as their identity provider can use Okta RADIUS to authenticate staff WiFi securely, while using Purple's captive portal for guest access on a separate SSID. This positions Purple alongside Okta in a unified, modern authentication stack — staff on one SSID with Okta RADIUS, guests on another with Purple's branded portal. To summarise today's briefing: The Okta RADIUS agent is a powerful tool to eliminate legacy on-premises directories and unify your WiFi authentication into your cloud identity provider. It supports dynamic VLAN assignment for robust network segmentation, which is critical for compliance with PCI DSS and other frameworks. However, be mindful of the user experience if you enforce MFA on WiFi, and remember that for fully managed corporate devices, migrating to certificate-based EAP-TLS with a dedicated PKI is the more secure long-term strategy. The Okta RADIUS agent is an excellent bridge solution, particularly for organisations that are Okta-centric and want to extend that identity investment to the network layer quickly. That is all for this briefing. Be sure to check out the full technical reference guide for detailed configuration steps, architecture diagrams, and worked examples. Until next time, keep your networks secure and your users connected.

header_image.png

Resumen ejecutivo

Para los equipos de TI empresariales que gestionan recintos distribuidos —desde cadenas hoteleras hasta estadios—, unificar el control de acceso a la red con un proveedor de identidad en la nube es un paso crítico hacia el Zero Trust. El agente Okta RADIUS cierra la brecha entre la identidad en la nube moderna y la infraestructura WiFi 802.1X tradicional, permitiendo a las organizaciones retirar los servidores RADIUS locales heredados y la infraestructura de Active Directory para la autenticación de red.

Esta guía detalla cómo desplegar el agente Okta RADIUS para la autenticación WiFi empresarial, cubriendo la arquitectura de proxy, los mecanismos de aplicación de MFA y las compensaciones entre EAP-TTLS basado en contraseñas y EAP-TLS basado en certificados. También proporciona orientación práctica sobre el mapeo de membresías de grupos de Okta a atributos RADIUS para la asignación dinámica de VLAN, una capacidad que respalda directamente los requisitos de segmentación de red de PCI DSS. Al integrar Okta para la autenticación del personal junto con soluciones de Guest WiFi , los operadores de recintos pueden lograr una capa de acceso unificada, segura y conforme a las normativas sin duplicar la infraestructura de identidad.

Análisis técnico profundo

Cómo funciona el agente Okta RADIUS

El agente Okta RADIUS es un servicio de sistema ligero que actúa como proxy entre los servidores de acceso a la red (NAS) —como los puntos de acceso inalámbricos (WAP) o los controladores de LAN inalámbrica (WLC)— y la nube de Okta. Normalmente se despliega en un servidor Windows o Linux localmente o dentro de una VPC en la nube, y se gestiona íntegramente desde la consola de administración de Okta tras la instalación inicial.

El flujo de autenticación sigue un modelo de proxy 802.1X estándar. El dispositivo de un usuario (el suplicante) se conecta a un SSID empresarial y presenta las credenciales. El WAP o WLC (el autenticador) reenvía un Access-Request de RADIUS al agente Okta RADIUS a través del puerto UDP 1812. El agente tuneliza de forma segura esta solicitud a la nube de Okta mediante una llamada a la API HTTPS, donde el motor de políticas de Okta evalúa las credenciales con respecto a su directorio de usuarios y cualquier política de inicio de sesión configurada. Si la autenticación tiene éxito, el agente devuelve un mensaje Access-Accept de RADIUS al autenticador, incluyendo opcionalmente atributos RADIUS para la autorización, como la asignación de VLAN. Si se requiere MFA, el agente envía un Access-Challenge de RADIUS de vuelta al cliente, solicitando un segundo factor antes de devolver la decisión final.

architecture_overview.png

Este modelo de proxy significa que el agente Okta RADIUS no necesita almacenar las credenciales de los usuarios localmente. Toda la lógica de autenticación, la evaluación de políticas y el registro de auditoría ocurren en la nube de Okta, lo que ofrece a los administradores un panel de control único para la gobernanza de la identidad tanto en las aplicaciones en la nube como en el acceso a la red.

Protocolos EAP compatibles y limitaciones críticas

Una restricción arquitectónica fundamental del agente Okta RADIUS es su dependencia del Protocolo de Autenticación de Contraseña (PAP) para la autenticación primaria. Aunque el PAP transmite contraseñas en texto plano en la capa interna, estas están encapsuladas y protegidas por el túnel TLS externo del Protocolo de Autenticación Extensible (EAP). Los protocolos externos compatibles son EAP-TTLS (con PAP como método interno) y EAP-GTC. Para una comparación más profunda de los métodos EAP, consulte la guía de referencia Comparativa de métodos EAP: PEAP, EAP-TLS, EAP-TTLS y EAP-FAST .

Es fundamental tener en cuenta que PEAP-MSCHAPv2 no es compatible. Este es el protocolo 802.1X predeterminado para clientes Windows y muchos entornos empresariales heredados. Las organizaciones que migren desde una configuración RADIUS tradicional de NPS/Active Directory deben reconfigurar sus suplicantes de cliente para usar EAP-TTLS con PAP, un cambio que normalmente requiere un perfil inalámbrico distribuido a través de MDM o políticas de grupo. No tener esto en cuenta es la causa más común de fallos en los despliegues de Okta RADIUS.

EAP-TLS, que se basa totalmente en la autenticación mutua basada en certificados, tampoco es compatible de forma nativa con el agente Okta RADIUS. Las organizaciones que requieran EAP-TLS deben desplegar una solución de PKI dedicada o RADIUS en la nube que se integre con Okta como IdP a través de SAML o OIDC, en lugar de utilizar el agente Okta RADIUS directamente.

Aplicación de MFA en conexiones WiFi

El agente Okta RADIUS admite MFA para el acceso WiFi, pero introduce desafíos en la experiencia del usuario que deben considerarse cuidadosamente antes del despliegue. Cuando se activa una política de MFA, el agente envía un Access-Challenge de RADIUS al cliente. Okta admite varios factores para las aplicaciones RADIUS:

Factor de MFA PAP EAP-TTLS Notas
Okta Verify Push Compatible Compatible Enviado fuera de banda; el usuario pulsa Aprobar en el móvil
TOTP (Okta Verify / Google Auth) Compatible Compatible El usuario añade la OTP a la contraseña (ej., Pass123,456789)
SMS / Email / Voz Compatible Compatible El usuario envía primero la cadena de activación (SMS, EMAIL, CALL)
Duo Push / SMS / Passcode Compatible Compatible Código de acceso de Duo solo para EAP-TTLS
YubiKey / U2F / Windows Hello No compatible No compatible Tokens de hardware incompatibles con el protocolo RADIUS

La restricción práctica es el roaming. En entornos de Hostelería , la tableta de un empleado de limpieza puede alternar entre puntos de acceso docenas de veces por turno, activando la reautenticación cada vez. Requerir la aprobación de una notificación push en cada roaming es operativamente inviable. Para el WiFi general del personal, suelen preferirse políticas de contraseñas sólidas combinadas con la confianza en el dispositivo de Okta y las políticas de zona de red en lugar de solicitudes de MFA activas. El MFA en WiFi debe reservarse para SSID administrativos o escenarios de acceso de alto privilegio.

Autenticación basada en contraseñas frente a basada en certificados

La elección entre RADIUS basado en contraseñas (a través del agente Okta RADIUS) y EAP-TLS basado en certificados es una de las decisiones más trascendentales en un despliegue de WiFi empresarial. Las compensaciones no se limitan a la seguridad; implican la complejidad del despliegue, la madurez de la gestión de dispositivos y la carga operativa.

comparison_chart.png

La autenticación basada en contraseñas a través del agente Okta RADIUS ofrece una vía rápida hacia la identidad unificada. Si su organización ya gestiona usuarios en Okta, el despliegue puede completarse en horas en lugar de semanas. No hay una PKI que construir, ni certificados que distribuir, ni dependencia de MDM. La contrapartida es que las contraseñas siguen siendo la credencial principal, y la ausencia de autenticación mutua significa que el cliente no puede verificar criptográficamente la identidad de la red, lo que supone un vector para ataques de gemelo malvado en entornos de alto riesgo.

EAP-TLS basado en certificados elimina por completo las contraseñas de la ecuación de autenticación WiFi. El cliente presenta un certificado de dispositivo y el servidor RADIUS presenta un certificado de servidor, proporcionando autenticación mutua. Este es el enfoque recomendado para IEEE 802.1X en redes WPA3-Enterprise, especialmente en entornos sujetos a PCI DSS o NCSC Cyber Essentials Plus. El requisito previo es una PKI en funcionamiento —ya sea un despliegue local de Microsoft ADCS o un servicio de PKI en la nube— y una plataforma MDM capaz de distribuir certificados a todos los terminales gestionados. Para entornos de Comercio minorista con cientos de dispositivos de punto de venta gestionados, esta inversión está bien justificada. Para entornos con gran presencia de BYOD o despliegues rápidos, Okta RADIUS con EAP-TTLS es la opción pragmática.

Mapeo de atributos RADIUS para la asignación dinámica de VLAN

La asignación dinámica de VLAN es donde la integración de Okta RADIUS ofrece su valor operativo más tangible. Al mapear la membresía de los grupos de Okta a los atributos RADIUS, los administradores de red pueden aplicar la segmentación de red basada en roles sin mantener políticas de VLAN separadas por dispositivo o por ubicación.

Okta pasa los datos de membresía de grupo en el mensaje Access-Accept de RADIUS utilizando uno de los tres atributos configurables en la configuración avanzada de RADIUS de la aplicación Okta:

  • Atributo 11 (Filter-Id): Un atributo de cadena que contiene el nombre del grupo. Ampliamente compatible con diversos proveedores.
  • Atributo 25 (Class): Un atributo opaco utilizado para la autorización. Compatible con Cisco ISE, Aruba ClearPass y Fortinet.
  • Atributo 26 (Vendor-Specific): Permite subatributos específicos del proveedor para un control más granular.

El controlador de red (WLC, dispositivo NAC) recibe el nombre del grupo de Okta en el atributo elegido y lo mapea a los atributos de túnel RADIUS estándar necesarios para la asignación de VLAN:

Atributo RADIUS Valor Propósito
64 (Tunnel-Type) 13 (VLAN) Especifica el tunelizado VLAN
65 (Tunnel-Medium-Type) 6 (802) Especifica el medio IEEE 802
81 (Tunnel-Private-Group-ID) ej., 40 El ID de la VLAN de destino

Por ejemplo, un usuario en el grupo de Okta Retail-POS-Staff recibiría Class: Retail-POS-Staff en el Access-Accept. La política del WLC mapearía esto a Tunnel-Private-Group-ID: 40, situando al dispositivo en la VLAN 40 (la red POS aislada). Un usuario en Store-Management sería situado en la VLAN 50. Esta lógica se aplica en el borde de la red, no en Okta, pero está impulsada enteramente por la membresía de grupo de Okta.

Guía de implementación

Paso 1: Desplegar el agente Okta RADIUS (Alta disponibilidad)

Despliegue el agente Okta RADIUS en un mínimo de dos servidores —ya sea localmente o en una VPC en la nube— para garantizar la alta disponibilidad. Los despliegues con un solo agente suponen un riesgo crítico: si el servidor no está disponible para parches o sufre un fallo, toda la autenticación WiFi 802.1X fallará en toda la propiedad. Configure su WLC o dispositivo NAC para equilibrar la carga de las solicitudes RADIUS entre ambos agentes.

Durante la instalación, el agente solicitará un inicio de sesión de administrador de Okta para autorizar el agente y vincularlo al tenant de Okta. Una vez autorizado, el agente aparece en la consola de administración de Okta en Settings > Downloads > RADIUS Agent Status, donde se puede supervisar su estado y conectividad.

Paso 2: Configurar la aplicación RADIUS en Okta

  1. En la consola de administración de Okta, vaya a Applications > Applications y busque en el catálogo de aplicaciones RADIUS Application.
  2. Añada la aplicación, asígnele un nombre descriptivo (ej., Corporate-WiFi-Staff) y haga clic en Next.
  3. En la pestaña Sign On, configure el RADIUS Port (por defecto 1812) y genere un Shared Secret aleatorio y fuerte de al menos 32 caracteres.
  4. En Advanced RADIUS Settings, active Accept password and security token in the same login request si tiene intención de admitir TOTP añadido a las contraseñas.
  5. Opcionalmente, active Permit Automatic Push for Okta Verify Enrolled Users para un MFA basado en push sin interrupciones.
  6. Asigne la aplicación a los grupos de Okta pertinentes que representan a su personal.

Paso 3: Configurar la asignación de VLAN basada en grupos

  1. En la configuración de Sign On de la aplicación RADIUS, haga clic en Edit en la sección Advanced RADIUS Settings.
  2. Marque Include groups in RADIUS response.
  3. Seleccione el atributo RADIUS: se recomienda 25 Class para entornos Aruba y Cisco; 11 Filter-Id para Fortinet y otros.
  4. Añada los nombres específicos de los grupos de Okta que desea incluir (ej., Retail-POS-Staff, Store-Management, IT-Admins).
  5. En su WLC o dispositivo NAC, cree políticas de aplicación que mapeen cada nombre de grupo a los atributos de túnel VLAN correspondientes.

Paso 4: Configurar los suplicantes de cliente

Dado que PEAP-MSCHAPv2 no es compatible, los dispositivos cliente deben configurarse para usar EAP-TTLS con PAP como método interno. Despliegue un perfil de red inalámbrica a través de su plataforma MDM (ej., Microsoft Intune, Jamf Pro) o mediante objetos de política de grupo (GPO) para dispositivos Windows unidos al dominio. El perfil debe especificar:

  • SSID: El nombre de su SSID empresarial
  • Seguridad: WPA2-Enterprise o WPA3-Enterprise
  • Método EAP: EAP-TTLS
  • Autenticación interna: PAP
  • Validación de certificado de servidor: Activada (vincular al CN del certificado de servidor de su agente RADIUS)

Paso 5: Establecer tiempos de espera de RADIUS

Aumente el tiempo de espera de RADIUS en su WLC de los 3-5 segundos predeterminados a 30-60 segundos. Esto es fundamental si se utilizan notificaciones push de MFA, ya que el usuario debe tener tiempo suficiente para aprobar la notificación en su dispositivo antes de que el WLC abandone el intento de autenticación.

Mejores prácticas

Desplegar Okta RADIUS para la autenticación WiFi es sencillo, pero varias mejores prácticas operativas separan un despliegue de producción resiliente de una prueba de concepto frágil.

Segmente el tráfico de invitados y del personal a nivel de SSID. Okta RADIUS es una herramienta de identidad para la fuerza laboral. Para el acceso de visitantes e invitados, despliegue una solución de Captive Portal dedicada. Esto evita que los costes de licencia de Okta escalen con el volumen de invitados y garantiza una separación clara de funciones. Los clientes empresariales de Purple pueden desplegar Guest WiFi en un SSID separado mientras utilizan Okta RADIUS para la autenticación del personal en la misma infraestructura física.

Utilice un dispositivo NAC para entornos de políticas complejos. Si su entorno requiere acceso condicional basado en la postura del dispositivo, filtrado de direcciones MAC o estado del certificado junto con la identidad del usuario, despliegue un dispositivo NAC intermedio (Aruba ClearPass, Cisco ISE o Portnox) para actuar como proxy de las solicitudes al agente Okta RADIUS. El dispositivo NAC puede enriquecer la respuesta RADIUS con atributos de túnel adicionales que el agente de Okta por sí solo no puede generar.

Supervise a través del System Log de Okta. Cada evento de autenticación —éxito, fallo, desafío de MFA y tipo de factor— se registra en el System Log de Okta. Configure el streaming de registros a su SIEM para recibir alertas en tiempo real sobre anomalías de autenticación. Esto es especialmente valioso para organizaciones de Sanidad y del sector público sujetas a requisitos de auditoría.

Rote los secretos compartidos de forma programada. El secreto compartido entre la aplicación Okta RADIUS y su NAS es una credencial de seguridad crítica. Implemente un programa de rotación (se recomienda trimestralmente) y actualice simultáneamente tanto la aplicación Okta como la configuración del WLC/NAC.

Restrinja las direcciones de servicio RADIUS. En la configuración del agente Okta RADIUS, restrinja qué direcciones IP tienen permiso para enviar solicitudes RADIUS. Esto evita que dispositivos NAS no autorizados intenten autenticarse contra su tenant de Okta.

Para obtener orientación sobre el contexto más amplio de la arquitectura de red, consulte The Core SD WAN Benefits for Modern Businesses y Wireless Access Points Definition Your Ultimate 2026 Guide .

Resolución de problemas y mitigación de riesgos

La siguiente tabla resume los modos de fallo más comunes encontrados en los despliegues de WiFi con Okta RADIUS y sus mitigaciones recomendadas.

Modo de fallo Causa raíz Mitigación
Tiempos de espera de autenticación Tiempo de espera RADIUS del WLC demasiado corto para la API de Okta o la respuesta MFA Aumentar el tiempo de espera RADIUS del WLC a 30-60 segundos
Clientes Windows rechazados Windows usa por defecto PEAP-MSCHAPv2, que Okta RADIUS rechaza Distribuir perfil inalámbrico EAP-TTLS/PAP a través de MDM o GPO
Usuarios en la VLAN incorrecta Discrepancia en el nombre del grupo de Okta o falta de atributos de túnel en el WLC Verificar que el WLC mapea Class/Filter-Id a Tunnel-Private-Group-ID; revisar System Log de Okta
Agente inalcanzable Servidor fuera de línea, token de API caducado o firewall bloqueando HTTPS a Okta Desplegar agentes redundantes; supervisar estado del agente en Okta Admin Console; verificar HTTPS saliente
Push de MFA no entregado Usuario no inscrito en Okta Verify o dispositivo móvil fuera de línea Aplicar política de inscripción en Okta Verify; considerar TOTP como alternativa
Errores de validación de certificados El cliente no puede validar el certificado del servidor RADIUS Vincular el CN del certificado del servidor en el perfil inalámbrico del cliente; asegurar que la cadena de CA es de confianza
Atributos de VLAN no enviados Grupo de Okta no incluido en la configuración de respuesta RADIUS Verificar que el grupo figure en Advanced RADIUS Settings; confirmar que el usuario es miembro del grupo en Okta

Para entornos de Transporte y del sector público donde el tiempo de actividad de la red es de misión crítica, implemente una monitorización sintética que pruebe periódicamente la autenticación RADIUS de extremo a extremo y alerte sobre fallos antes de que los usuarios se vean afectados.

ROI e impacto empresarial

El caso de negocio para la autenticación WiFi con Okta RADIUS se basa en tres pilares: eficiencia operativa, mejora de la postura de seguridad y preparación para el cumplimiento.

Eficiencia operativa. Consolidar la autenticación WiFi en Okta elimina la necesidad de mantener una infraestructura RADIUS local separada (servidores NPS, AD local) en cada recinto o sitio. Para una cadena hotelera con 50 propiedades, esto puede representar una reducción significativa en los costes de infraestructura por sitio y en la carga de soporte de TI. El aprovisionamiento y desaprovisionamiento de usuarios se vuelve atómico: añadir a un usuario al grupo de Okta correcto otorga simultáneamente acceso a la aplicación y al acceso WiFi VLAN adecuado. Cuando un empleado se marcha, la desactivación de su cuenta de Okta revoca inmediatamente el acceso WiFi en todos los sitios.

Postura de seguridad. Sustituir las contraseñas WiFi PSK compartidas por la autenticación 802.1X por usuario elimina el intercambio de credenciales, un vector común para las amenazas internas y el acceso no autorizado. Combinado con la asignación dinámica de VLAN, esto aplica el principio de mínimo privilegio en la capa de red. El System Log de Okta proporciona un rastro de auditoría completo y a prueba de manipulaciones de cada evento de autenticación WiFi, lo cual es esencial para la respuesta ante incidentes.

Preparación para el cumplimiento. El requisito 8.3 de PCI DSS 4.0 exige MFA para todo acceso administrativo que no sea por consola. El requisito 1.3 exige la segmentación de red entre el entorno de datos de los titulares de tarjetas y otras redes. Okta RADIUS con asignación de VLAN basada en grupos aborda directamente ambos requisitos. Para el cumplimiento del GDPR, el System Log de Okta proporciona los registros de acceso necesarios para demostrar los controles técnicos adecuados sobre los sistemas de procesamiento de datos personales. Para los recintos que despliegan Modern Hospitality WiFi Solutions , este enfoque unificado de la identidad y el acceso a la red es cada vez más un requisito previo para la contratación empresarial.

Las organizaciones que han completado esta integración suelen informar de una reducción en los tickets de soporte de TI relacionados con el WiFi (menos solicitudes de restablecimiento de contraseñas, menos incidentes de configuración incorrecta de VLAN) y una mejora medible en las puntuaciones de auditoría de seguridad. La inversión en el despliegue y la configuración del agente Okta RADIUS —que suele medirse en días en lugar de semanas para un despliegue en un solo sitio— ofrece ahorros operativos continuos que se multiplican en una propiedad distribuida.

Términos clave y definiciones

Okta RADIUS Agent

A lightweight on-premises or cloud-hosted proxy service that translates RADIUS authentication requests from network infrastructure (access points, WLCs) into Okta API calls, enabling the Okta cloud to serve as the authentication backend for 802.1X WiFi.

IT teams encounter this when deploying enterprise WiFi authentication backed by Okta. It is the critical bridge component between legacy RADIUS-based network infrastructure and modern cloud identity.

802.1X

An IEEE standard for port-based Network Access Control (NAC) that defines an authentication framework for wired and wireless networks. It uses the Extensible Authentication Protocol (EAP) to carry authentication credentials between the supplicant (device), authenticator (AP/switch), and authentication server (RADIUS).

802.1X is the foundation of enterprise WiFi security. Any deployment using WPA2-Enterprise or WPA3-Enterprise is using 802.1X. IT teams must understand the three-party model (supplicant, authenticator, authentication server) to troubleshoot connectivity issues.

EAP-TTLS (Extensible Authentication Protocol - Tunnelled Transport Layer Security)

An EAP method that establishes a TLS tunnel using only a server-side certificate, then carries a simpler inner authentication protocol (such as PAP) inside the tunnel. This protects the inner credentials from eavesdropping while requiring only server-side certificate infrastructure.

EAP-TTLS with PAP is the recommended protocol for Okta RADIUS WiFi authentication. It is more secure than bare PAP but does not require client-side certificates, making it practical for BYOD and mixed-device environments.

EAP-TLS (Extensible Authentication Protocol - Transport Layer Security)

An EAP method that uses mutual certificate-based authentication — both the client and the server present digital certificates. It is the most secure 802.1X method, providing phishing-resistant, password-free authentication.

EAP-TLS is the gold standard for managed corporate device environments. It requires a PKI infrastructure and MDM for certificate distribution. The Okta RADIUS agent does not natively support EAP-TLS; a dedicated cloud PKI or RADIUS service is required.

PAP (Password Authentication Protocol)

A simple authentication protocol that transmits usernames and passwords in plaintext. In the context of 802.1X, PAP is used as the inner authentication method inside an EAP-TTLS tunnel, where the outer TLS layer provides encryption.

PAP is the primary authentication mechanism supported by the Okta RADIUS agent. IT teams must understand that PAP alone is insecure, but PAP inside EAP-TTLS is acceptable for enterprise WiFi when the server certificate is properly validated.

Dynamic VLAN Assignment

A network access control technique where a RADIUS server returns VLAN assignment attributes in the Access-Accept message, causing the wireless controller or switch to place the authenticated client on a specific VLAN based on their identity or group membership, rather than a static per-SSID VLAN.

Dynamic VLAN assignment is essential for network segmentation in multi-role environments (e.g., separating POS terminals from general staff devices). It is configured by returning RADIUS attributes 64, 65, and 81 in the Access-Accept message.

RADIUS Attribute 25 (Class)

A standard RADIUS attribute used to pass arbitrary authorisation data from the authentication server to the NAS. Okta uses this attribute to return Okta group membership information to the wireless controller, which can then use it for VLAN assignment or access policy decisions.

IT teams configuring Okta group-based VLAN assignment will configure the WLC to read the Class attribute value and map it to a VLAN ID. The exact attribute to use (11, 25, or 26) depends on the WLC vendor's documentation.

NAS (Network Access Server)

In RADIUS terminology, the NAS is the network device that receives the user's connection request and forwards it to the RADIUS server for authentication. In WiFi deployments, the NAS is typically the wireless access point or wireless LAN controller.

The NAS is the authenticator in the 802.1X model. IT teams must configure the NAS with the RADIUS server IP address, port, and shared secret. The NAS IP address should be whitelisted in the Okta RADIUS agent's service address filtering configuration.

Shared Secret

A pre-shared password used to authenticate RADIUS messages between the NAS (WLC/AP) and the RADIUS server (Okta RADIUS agent). It is used to compute a Message-Authenticator hash that verifies the integrity of RADIUS packets.

The shared secret must be identical on both the Okta RADIUS application configuration and the WLC/NAC RADIUS server entry. It should be at least 32 characters, randomly generated, and rotated on a regular schedule. A mismatch is a common cause of RADIUS authentication failures.

MFA Challenge (RADIUS Access-Challenge)

A RADIUS message type sent by the authentication server to the NAS when additional authentication factors are required. The NAS relays the challenge to the client, which must respond with the appropriate factor (e.g., OTP, push approval) before authentication can complete.

The Access-Challenge mechanism is how Okta enforces MFA over RADIUS. IT teams must ensure the WLC supports the challenge-response exchange and that the RADIUS timeout is long enough for the user to complete the MFA step.

Casos de éxito

A 150-property hotel chain currently uses on-premises NPS servers at each property for 802.1X staff WiFi authentication. Each NPS server is joined to a local Active Directory domain. The IT team wants to centralise identity management in Okta and eliminate the per-property NPS infrastructure. How should they approach the migration?

The recommended approach is a phased migration using the Okta RADIUS agent deployed in a centralised cloud VPC rather than at each property. Phase 1: Deploy two Okta RADIUS agent instances in a cloud VPC (e.g., AWS or Azure) in the same region as the majority of properties. Configure the agents to listen on UDP 1812. Phase 2: For each property, add the Okta RADIUS agent IPs as secondary RADIUS servers on the WLC, keeping the existing NPS as primary. This allows parallel operation and testing without disrupting live authentication. Phase 3: Migrate users from local AD to Okta. Use Okta's AD agent to sync existing accounts initially, then progressively move to Okta as the authoritative source. Phase 4: For each property, configure the WLC to use EAP-TTLS/PAP and push the new wireless profile to staff devices via MDM. Phase 5: Once all devices are confirmed on EAP-TTLS, switch the WLC RADIUS priority to the Okta agents as primary and decommission the NPS servers. Configure Okta groups (Front-Desk, Housekeeping, F&B, Management, IT-Admins) and enable group-based VLAN assignment using Attribute 25 (Class). Map each group to the appropriate VLAN on the WLC. Increase WLC RADIUS timeout to 45 seconds to accommodate Okta API latency.

Notas de implementación: This phased approach is preferred because it eliminates the risk of a hard cutover across 150 properties simultaneously. Running NPS and Okta RADIUS in parallel during the transition period means any misconfiguration can be caught and corrected without impacting live users. The cloud VPC deployment of the RADIUS agents is architecturally superior to per-property deployment because it centralises management, reduces infrastructure footprint, and ensures consistent policy enforcement regardless of which property a user authenticates from. The key risk to mitigate is WAN latency between the property and the cloud VPC — RADIUS authentication should complete in under 2 seconds for a good user experience, so the VPC region selection should minimise round-trip time.

A national retail chain with 320 stores needs to achieve PCI DSS 4.0 compliance for its staff WiFi. Store associates use handheld devices for inventory management, and a separate set of devices handles point-of-sale transactions. The chain uses Okta for all workforce identity. How do they implement VLAN segmentation using Okta RADIUS to satisfy PCI DSS network segmentation requirements?

Create three Okta groups: POS-Staff (for employees who operate POS terminals), Inventory-Staff (for warehouse and shop floor associates), and Store-Management. In the Okta RADIUS application, enable 'Include groups in RADIUS response' and select Attribute 25 (Class). Add all three groups to the response configuration. On the wireless controller at each store (or centrally via a cloud WLC), create three enforcement policies: (1) If Class = POS-Staff, assign Tunnel-Private-Group-ID = 40 (the POS VLAN, which is in scope for PCI DSS and has firewall rules restricting access to only the payment processor). (2) If Class = Inventory-Staff, assign Tunnel-Private-Group-ID = 50 (the inventory VLAN, out of PCI scope). (3) If Class = Store-Management, assign Tunnel-Private-Group-ID = 60 (the management VLAN with access to store management systems). Devices connecting with credentials of a user in the POS-Staff group are automatically placed on VLAN 40. If a store associate's role changes, updating their Okta group membership immediately changes their VLAN assignment on next connection — no WLC reconfiguration required. Document the Okta group-to-VLAN mapping in the network segmentation diagram for the PCI DSS QSA audit.

Notas de implementación: This implementation directly satisfies PCI DSS 4.0 Requirement 1.3 (network segmentation) and Requirement 7 (access control based on business need). The critical insight is that the VLAN assignment is driven by identity, not by device MAC address or static VLAN configuration — which means it scales across 320 stores without per-store VLAN policy maintenance. The QSA will want to see evidence that the POS VLAN is genuinely isolated from other network segments, so the WLC and firewall configurations must reflect the VLAN boundaries. Okta's System Log provides the authentication audit trail required by PCI DSS Requirement 10 (logging and monitoring). One important caveat: if POS devices are unmanaged or shared (i.e., not assigned to a specific user), consider using MAC Authentication Bypass (MAB) for those devices rather than 802.1X, with Okta RADIUS used only for user-authenticated devices.

Análisis de escenarios

Q1. A mid-size conference centre uses Okta for all staff identity management. They want to deploy 802.1X WiFi for staff using their existing Cisco Meraki access points. Their Windows laptops are managed via Microsoft Intune. The IT manager wants to enforce Okta Verify push MFA for all WiFi connections. What are the three most critical configuration steps they must complete, and what is the most likely failure mode if they skip any of them?

💡 Sugerencia:Consider the EAP protocol compatibility between Okta RADIUS and Windows defaults, the RADIUS timeout setting, and the client wireless profile configuration.

Mostrar enfoque recomendado

The three critical steps are: (1) Deploy a wireless profile via Intune that configures Windows clients to use EAP-TTLS with PAP as the inner method — Windows defaults to PEAP-MSCHAPv2, which the Okta RADIUS agent does not support, causing all authentication attempts to be rejected. (2) Increase the Cisco Meraki RADIUS timeout from the default 5 seconds to at least 45-60 seconds — without this, the authentication request will time out before the user can approve the Okta Verify push notification. (3) Enable 'Permit Automatic Push for Okta Verify Enrolled Users' in the Okta RADIUS application's Advanced RADIUS Settings — without this, users may be prompted to manually select their MFA factor rather than receiving an automatic push. The most likely failure mode if step 1 is skipped is a complete authentication failure for all Windows devices. If step 2 is skipped, authentication will intermittently fail for users who take more than 5 seconds to approve the push. If step 3 is skipped, users will experience a confusing challenge prompt rather than a seamless push notification.

Q2. A large retail chain's security team has flagged that their current Okta RADIUS WiFi deployment uses a single RADIUS agent server. During a recent patching window, the server was offline for 45 minutes, causing WiFi authentication to fail across all 80 stores. What architectural changes should the IT team implement to prevent this, and what are the two deployment options for the agents?

💡 Sugerencia:Consider both the agent deployment topology and the WLC configuration required to support redundancy.

Mostrar enfoque recomendado

The IT team should deploy a minimum of two Okta RADIUS agent instances and configure the WLC at each store to use both agents. There are two deployment options: Option A (Centralised Cloud VMs) — deploy both agents in a cloud VPC (e.g., AWS or Azure), ideally in different availability zones. The WLC at each store points to both cloud IPs, with one as primary and one as secondary (or with load balancing enabled). This minimises per-site infrastructure but introduces WAN dependency. Option B (On-Premises Redundant Pair) — deploy two agent servers at a central data centre or co-location facility, with the WLC using RADIUS failover. On the WLC, configure the primary RADIUS server as Agent 1 and the secondary as Agent 2, with a failover timeout of 3-5 seconds. Enable 'Dead Server Detection' if supported by the WLC vendor. Additionally, the IT team should configure health monitoring in the Okta Admin Console and set up alerting if an agent goes offline. For stores with local servers, a local agent can serve as a tertiary fallback for resilience against WAN outages.

Q3. An enterprise organisation is evaluating whether to use the Okta RADIUS agent with EAP-TTLS/PAP or to invest in a cloud PKI solution for EAP-TLS for their corporate WiFi. They have 2,000 managed Windows and macOS devices enrolled in Microsoft Intune, and they are subject to PCI DSS 4.0. What is the recommended approach and what is the primary security justification?

💡 Sugerencia:Consider the PCI DSS requirements, the device management maturity (all devices are MDM-enrolled), and the security properties of each authentication method.

Mostrar enfoque recomendado

The recommended approach is to invest in EAP-TLS with a cloud PKI solution. The primary security justification is mutual authentication: EAP-TLS requires both the client and the RADIUS server to present digital certificates, meaning the device cryptographically proves its identity to the network and the network proves its identity to the device. This eliminates the risk of evil twin attacks (where a rogue AP impersonates the corporate SSID) and removes passwords from the WiFi authentication equation entirely, eliminating credential theft and phishing as attack vectors. For PCI DSS 4.0, EAP-TLS satisfies Requirement 8.3 (MFA for non-console admin access) implicitly through certificate-based authentication, and it supports WPA3-Enterprise 192-bit mode (Requirement 4.2.1 for strong cryptography). The prerequisite — all 2,000 devices enrolled in Intune — is already met, making certificate distribution via Intune SCEP profiles straightforward. The Okta RADIUS agent with EAP-TTLS/PAP would be an acceptable interim solution during the PKI build-out, but given the PCI DSS scope and the fully managed device estate, EAP-TLS is the correct long-term architecture. The additional investment in a cloud PKI service (typically $3-8 per device per year) is justified by the security uplift and reduced credential management overhead.

Conclusiones clave

  • The Okta RADIUS agent proxies 802.1X WiFi authentication requests from network infrastructure to the Okta cloud via HTTPS, enabling cloud identity to govern network access without on-premises directory servers.
  • The agent supports EAP-TTLS with PAP and EAP-GTC, but does NOT support PEAP-MSCHAPv2 (the Windows default) or EAP-TLS — client supplicants must be reconfigured via MDM or GPO before deployment.
  • MFA on WiFi is technically supported (Okta Verify push, TOTP, SMS) but requires increasing the WLC RADIUS timeout to 30-60 seconds; it is best reserved for administrative SSIDs rather than general staff WiFi due to roaming friction.
  • Dynamic VLAN assignment is achieved by enabling 'Include groups in RADIUS response' in Okta and mapping the returned Class (Attribute 25) or Filter-Id (Attribute 11) to VLAN tunnel attributes (64, 65, 81) on the WLC or NAC appliance.
  • Always deploy a minimum of two Okta RADIUS agent instances for high availability — a single agent is a critical single point of failure for all WiFi authentication across the estate.
  • For fully managed device environments subject to PCI DSS or high-security requirements, EAP-TLS with a cloud PKI is the superior long-term architecture; Okta RADIUS with EAP-TTLS/PAP is the pragmatic choice for BYOD or rapid deployment scenarios.
  • Okta RADIUS is a workforce identity tool — deploy a dedicated guest WiFi captive portal solution for visitor access to avoid Okta licence scaling costs and maintain clean separation between staff and guest network access.