Saltar al contenido principal
ISO 27001
Purple certified since 2017
99.9%
authentication uptime SLA
WPA3
enterprise-ready across the platform
< 50ms
cloud RADIUS auth latency

TL;DR / Key Takeaways

  • Enterprise WiFi security is identity-first. A device joining the network proves it belongs to a known user or asset, against an identity provider, before traffic is allowed.
  • The three credible authentication models in 2026: WPA3 Enterprise with EAP-TLS (managed workforce), iPSK (IoT and contractors), captive portal with RADIUS (guests). Shared pre-shared keys do not belong in any of them.
  • Cloud RADIUS replaces on-prem Windows NPS for most organisations. The exceptions are estates where authentication has to survive WAN failure - distributed retail, remote sites, ships, aircraft.
  • The identity provider is the source of truth. Entra ID, Okta, and Google Workspace integrations are first-class; SCIM-driven group sync drives VLAN, ACL, and role assignment at the access point.
  • The compliance story (UK GDPR, PCI DSS 4.0, HIPAA, ISO 27001:2022) is satisfied by the same control set. Build the stack once; pass every audit that asks about wireless.

Most enterprise WiFi networks are still running on a credential model designed when employees worked from one building and IoT meant a wired printer. A single pre-shared key, shared across the workforce, rotated at variable intervals, written on a whiteboard near reception.

That model has been obsolete for a decade. Hybrid working, BYOD, contractor density, and the long parade of IoT make a shared password an unmanaged credential by definition. The leaver risk alone is enough to retire it; PCI DSS 4.0 and ISO 27001:2022 are now explicit that wireless authentication is in scope.

This guide is the technical and operational reference for what replaces the shared password. 802.1X and EAP-TLS for managed devices, iPSK for IoT and contractors, captive portal for guests, and a cloud RADIUS layer that ties all three back to your identity provider. Aimed at IT directors, security architects, and the network engineers who run the deployments.

The four properties of secure enterprise WiFi

A wireless network qualifies as enterprise-grade if it does four things. Networks that do three of them are common; networks that do all four are rare and worth working towards.

Identity-bound authentication

Every device that joins the network is tied to a known user or known asset, authenticated against your directory. No shared credentials, no anonymous joins.

Transmission encryption

WPA3 Enterprise as a minimum. AES-256, forward secrecy, protected management frames (802.11w) on. Transitional WPA2 fallback only where unavoidable.

Authorisation past join

Authentication grants network access; authorisation decides what that access is. Dynamic VLAN, ACL, or SGT assigned from RADIUS attributes - not flat-L2 trust after the password.

Auditable revocation

When a user leaves, when a device is lost, when a contract ends, network access stops within minutes. JML automation, certificate revocation, iPSK rotation - whichever the model is.

The six authentication models

Most organisations end up running two or three of these in parallel: one for managed workforce devices, one for IoT and contractors, one for guests. Mapping the right method to the right population is the first decision.

WPA3 Enterprise

Current standard. 192-bit suite-B mode for sensitive environments. Forward secrecy by default. The destination for any new enterprise SSID.

Use for: New builds. Refresh of existing 802.1X SSIDs.

EAP-TLS

Certificate-based, passwordless. The most secure method available; the one auditors prefer; the one with the highest user-experience score once provisioning is automated.

Use for: Managed workforce devices. BYOD with MDM-issued certs.

iPSK

Per-identity pre-shared key, looked up via RADIUS. No supplicant configuration. Per-identity isolation and revocation. Right answer where 802.1X is impractical.

Use for: IoT, contractors, multi-tenant residential, headless devices.

PEAP-MSCHAPv2

Username and password tunnelled inside TLS. Widely deployed, but only safe with strict server-certificate validation on every supplicant. Plan to retire.

Use for: Legacy estates during EAP-TLS migration only.

Captive portal + RADIUS

Authenticated guest WiFi. Identity comes through a portal sign-in, RADIUS records the session for accounting and policy. The right answer for visitors, not for staff.

Use for: Guests, contractors, partners. Never for managed devices.

Passpoint / OpenRoaming

Device-level certificate trust to a federated identity provider; joining is automatic. The future of public and large-venue WiFi; complementary to the above.

Use for: Large venues, transport hubs, federated education.

RADIUS: cloud or on-prem?

Every authentication model above runs through a RADIUS layer. RADIUS is the protocol; what changes between vendors and deployment models is where the RADIUS server sits and how it talks to your identity provider.

The dominant on-prem implementations - Microsoft Network Policy Server (NPS) and FreeRADIUS - were designed for an era when authentication latency over a leased line was tolerable and the identity provider was a domain controller in the same rack. Both still run a lot of corporate WiFi. Neither is a comfortable place to be in 2026.

Cloud RADIUS replaces the server-in-the-rack model with a managed service: anycast or multi-region active-active, sub-50ms authentication latency to anywhere, native connectors into Entra ID, Okta, and Google Workspace, automated certificate handling for EAP-TLS. The trade-off is that the WAN now sits between the access point and the auth server.

For most mid-market and a growing share of large-enterprise estates, the trade-off is worth taking. The exceptions are estates where authentication has to survive WAN failure: distributed retail with poor backhaul, remote industrial sites, ships, aircraft. There, on-prem RADIUS or a hybrid local-with-cloud-failover model still has a job. See Purple RADIUS-as-a-Service.

NPS to cloud RADIUS migration

  1. Export current NPS policy set; translate to the cloud-RADIUS policy model.
  2. Stand up cloud RADIUS in parallel, bound to the same identity provider.
  3. Migrate one SSID at a time, or one site at a time. Watch the auth-latency dashboards.
  4. Switch back-up routes from NPS to local-fallback (if used) before retiring NPS.
  5. Decommission NPS once the rollback window has closed.

The first three weeks are the entire risk. Plan a long quiet-period rollback option.

Identity provider integration

The identity provider is the source of truth. Group membership, employment status, device posture, and conditional-access policy all live there. The RADIUS layer is the bridge between the access point and the IdP; the value of the integration is what the IdP can decide about each authentication attempt.

Purple integrates natively with:

Microsoft Entra ID (Azure AD)
Okta
Google Workspace
JumpCloud
Ping Identity
Active Directory
OneLogin
Auth0

SCIM provisioning is the operational layer that makes the integration useful. When HR marks a leaver, SCIM propagates the change to the IdP, the IdP propagates to RADIUS, and the user’s WiFi access is removed within minutes. This is the JML automation that ISO 27001 auditors look for; it is also what saves the helpdesk from doing it manually.

Conditional Access (Entra ID) and equivalent policy engines apply at the WiFi join moment. Device posture (compliant, healthy, managed), location, and risk score are all available signals. Used well, they let you enforce “managed corporate devices only on this SSID” without writing a single ACL.

BYOD onboarding and the zero-trust LAN

Personal devices are the second-biggest population on most enterprise WiFi networks. Getting them onto WPA2/3 Enterprise without a helpdesk ticket is the difference between a workable security policy and one that gets routed around.

The pattern that scales is self-service certificate issuance through an onboarding portal. The user signs in with their corporate credentials, the portal generates a per-device certificate, the device installs it via a provisioning profile (iOS, macOS), Group Policy / Intune (Windows, Android), or MDM (corporate-managed devices). The certificate is bound to the user and the device, has a short lifetime, and auto-renews while the user remains an employee.

The zero-trust framing applies here. The WiFi join is the first authentication moment, not the only one. Device posture, network segmentation past the SSID, and continuous verification are the rest of the model. A modern WiFi stack contributes to a zero-trust LAN without needing to be marketed as such; the principles are identity-first authentication, micro-segmentation by role, and explicit-deny defaults. See WPA2 and WPA3 Enterprise and Staff WiFi.

Compliance and audit evidence

Wireless authentication has moved from a supporting control to an explicit, in-scope requirement across every major framework. The same stack satisfies all of them; the evidence just has to be available on demand. Pizza Express, AGS Airports, and the University of Sheffield run on Purple.

UK GDPR

Consent capture, data-subject rights, and breach notification all run through the guest WiFi data path, and the ICO can act on shared-credential exposure of personal data. Identity-bound access with an auditable log is the defensible position.

Reference ›

PCI DSS 4.0

Wireless requirements: 4.2.1 (strong cryptography), 11.2 (rogue-AP detection), 8.3 (unique user IDs - no shared passwords on the CDE WLAN). 802.1X with EAP-TLS is the cleanest control.

Reference ›

HIPAA Security Rule

§164.312(a)(1) unique user identification, §164.312(b) audit controls, §164.312(d) person or entity authentication. Certificate-based WiFi maps to all three.

Reference ›

ISO 27001:2022

Annex A.5.16 identity management, A.8.5 secure authentication, A.5.18 access rights. JML-tied WiFi access with audit trail is the evidence auditors look for.

Reference ›

Cyber Essentials

The UK government security baseline, which Purple holds. Secure configuration and access control both cover wireless authentication; certificate-based join is the cleanest evidence.

Reference ›

The three pieces of evidence that auditors ask for, in order: a current access log showing who has WiFi access and on what authentication method; a sample of leaver records demonstrating that access was removed within the documented SLA; and a configuration export of the RADIUS policy showing how each population is segregated. A WiFi stack that cannot produce these in minutes is not audit-ready, regardless of how secure it actually is.

Hardware compatibility

The authentication layer should be hardware-agnostic. Purple’s enterprise security stack runs on the access points you already own.

Cisco Meraki
Cisco Catalyst
HPE Aruba
Ruckus
Juniper Mist
Ubiquiti UniFi
Cambium Networks
Extreme Networks
Fortinet

Every current-generation enterprise access point supports the relevant standards: WPA3 Enterprise, EAP-TLS (RFC 5216), RADIUS (RFC 2865), and dynamic VLAN assignment via vendor-specific attributes. Older equipment (pre-Wave 2 802.11ac) may not; check before committing to an EAP-TLS rollout on it.

How to evaluate an enterprise WiFi security platform

An eight-item checklist for procurement, security, and network teams.

IdP-native integration

Direct authentication against Entra ID, Okta, or Google Workspace - not a brittle LDAP shim. SCIM-driven group sync.

Certificate lifecycle automation

SCEP / EST / Intune for issuance. Auto-renewal at 30 days, auto-revocation on leaver event. Manual cert handling does not scale past ~200 devices.

Cloud RADIUS with regional failover

Anycast or multi-region active-active. Authentication latency under 50ms. Survives WAN events without bringing the WLAN down.

Dynamic VLAN / role assignment

RADIUS VSAs that drive VLAN, ACL, or SGT. Authorisation must do real work; identity alone is not enough.

Passpoint / OpenRoaming readiness

Even if not deployed today, the platform should be Passpoint-capable. The transition is starting.

Auditable access log

Every join attempt, every failure reason, every policy decision. ISO 27001 and SOC 2 evidence in the dashboard, not a CSV export.

Hardware independence

Works with Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, and Fortinet. The authentication layer should outlive the AP refresh.

Migration tooling

Parallel-run support during NPS or legacy-RADIUS replacement. Cutover by SSID or by site, not all at once.

How to secure public WiFi for a venue

Securing public WiFi for a venue requires five layers working together: network isolation, session accountability, content filtering, encryption, and activity logging. Each layer addresses a distinct threat - from lateral movement into business systems to liability from unlogged traffic.

  1. Network segmentation. Place the guest SSID on a dedicated VLAN, completely isolated from your POS terminals, CCTV system, staff network, and any system holding cardholder or personal data. A guest who can reach your internal network is not a guest - they are a security incident. Most enterprise access points support this natively; the VLAN assignment can be driven from RADIUS so it applies automatically as guests associate.
  2. Captive portal with consent logging. Require sign-on before granting internet access. This creates an auditable session record - who connected, when, and from which device - and captures GDPR-compliant consent before any personal data is processed. A session log also deters misuse: anonymous access is the single biggest liability risk on a public network.
  3. DNS filtering and content blocking. Block malware domains, command-and-control infrastructure, peer-to-peer traffic, and illegal content at the DNS resolver - before any packet reaches the open internet. Category-based controls let you allow business browsing while blocking the traffic categories that create liability or consume disproportionate bandwidth.
  4. WPA2 or WPA3 encryption on the guest SSID. WPA2 is the minimum; WPA3 is available on all current-generation access points and removes the “unsecured network” warning that damages guest trust on iOS and Android. Passpoint (OpenRoaming) goes further - guests join automatically using a device certificate, with no password prompt and no splash page friction.
  5. Activity log retention. Retain connection logs for the period required by your jurisdiction. 12 months under the UK Investigatory Powers Act. Logs are both a legal obligation and your liability protection if you are ever required to assist an investigation. Ensure the logs capture session start and end times, the authenticating identity, and the assigned IP address.

Purple handles all five layers: Purple’s captive portal provides session accountability and consent capture; Purple Shield delivers DNS filtering and content controls; Purple SecurePass provides Passpoint-based WPA3 join. All three are hardware-agnostic and work across Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, and Fortinet.

Frequently asked questions

What is enterprise WiFi security?

+

Enterprise WiFi security is the umbrella term for the standards, protocols, and operational practices that protect a wireless network used by employees, contractors, and managed devices. The defining difference from consumer WiFi is identity: each user or device is authenticated against a directory rather than sharing a single password.

What is the difference between WPA2 Personal and WPA2 Enterprise?

+

WPA2 Personal uses a single pre-shared key (PSK) - the office WiFi password everyone shares. WPA2 Enterprise uses 802.1X to authenticate each user or device against a RADIUS server backed by your identity provider. WPA3 is the current standard; WPA3 Enterprise replaces the older PSK fallback weaknesses and adds 192-bit suite-B mode for sensitive environments.

What is 802.1X?

+

802.1X is the IEEE port-based network access control standard. A supplicant (the device) authenticates to an authenticator (the access point) which passes credentials to an authentication server (RADIUS). It works the same way on wired and wireless, but enterprise WiFi is where most organisations meet it. EAP-TLS, PEAP, and EAP-TTLS are the methods that run inside the 802.1X envelope.

Is EAP-TLS the same as passwordless WiFi?

+

In practice, yes. EAP-TLS uses a per-user or per-device certificate instead of a password. The user never types a credential; the device presents its certificate to the network and is authenticated against the issuing CA. Most "passwordless WiFi" products are EAP-TLS with managed certificate issuance bolted on top.

Should we still use PEAP?

+

Only with caveats. PEAP-MSCHAPv2 is still widely deployed but has known weaknesses: if the supplicant skips server-certificate validation (a common misconfiguration), a rogue AP can capture credentials and brute-force them offline. PEAP is acceptable as a stopgap during EAP-TLS migration; it should not be a long-term destination for a security-conscious organisation.

What is cloud RADIUS?

+

A managed RADIUS authentication service hosted by a vendor, with the access points connecting over the public internet (TLS-protected, hardened). It replaces the operational burden of running Windows NPS or FreeRADIUS on-premises. The right answer for most mid-market and a growing share of large-enterprise estates; the wrong answer where you need authentication to survive WAN failure.

How do I integrate WiFi with Entra ID, Okta, or Google Workspace?

+

Through a RADIUS layer that speaks to the IdP. For Entra ID, that's typically a cloud RADIUS service authenticating against Entra ID via the OpenID Connect or modern Microsoft Graph integration, plus Intune-issued certificates for EAP-TLS. Okta and Google Workspace follow the same pattern with their respective directory APIs.

What is iPSK and how is it different from 802.1X?

+

iPSK (Identity Pre-Shared Key) issues a unique pre-shared key per user or device, looked up at the access point through RADIUS. It's simpler to deploy than 802.1X (no supplicant configuration on every device) but provides per-identity isolation. iPSK is the right authentication for IoT devices, contractor BYOD, and multi-tenant residential WiFi; 802.1X with EAP-TLS is the right authentication for managed workforce devices.

Does WiFi security have to be part of a zero-trust programme?

+

WiFi authentication is the LAN equivalent of the identity-first principle in zero trust. A modern WiFi stack contributes: identity verification at network join, device posture as a continuous signal, micro-segmentation past the SSID via dynamic VLAN assignment, and revocation tied to the JML process. Calling it 'zero trust' isn't necessary; getting these four right is.

How does this satisfy HIPAA, PCI DSS, and ISO 27001?

+

HIPAA technical safeguards require unique user identification and audit controls; certificate-based WiFi gives you both natively. PCI DSS 4.0 requires authentication for any wireless access to the cardholder data environment and prohibits shared accounts; 802.1X with EAP-TLS is the cleanest path. ISO 27001:2022 Annex A.5.16 (identity management) and A.8.5 (secure authentication) are both addressable with the same stack. We have a full control-mapping cluster post linked from this pillar.

How do I secure public WiFi for a venue?

+

Secure public WiFi for a venue with five layers: (1) Network segmentation - put the guest SSID on its own VLAN, isolated from your point-of-sale, CCTV, and corporate systems. (2) Captive portal - require sign-on to create an accountable session log and collect GDPR-compliant consent. (3) DNS filtering and content blocking - stop malware domains and peer-to-peer traffic at the resolver. (4) WPA2 or WPA3 encryption on the guest SSID; Passpoint removes the "unsecured network" warning on modern devices. (5) Activity log retention for your jurisdiction - 12 months under the UK Investigatory Powers Act. Purple Shield handles DNS and content filtering; Purple Connect provides the captive portal and consent flow; Purple SecurePass delivers Passpoint and WPA3.

Cluster guides in this series

Deep-dive guides that support this pillar. Each goes further on one part of the enterprise WiFi authentication stack.

Cómo revocar el acceso a WiFi cuando un empleado se va

Esta guía muestra a los equipos de TI y de operaciones de recintos cómo eliminar el acceso de un empleado a la WiFi del personal cuando este se retira, sin interrumpir al resto de los trabajadores. Compara la desvinculación basada en certificados 802.1X, iPSK de identidad específica y aprovisionamiento controlado por SCIM, para luego ofrecer un manual de procedimientos para el mismo día, un método de prueba y un modelo de evidencia de auditoría.

Read guide →

WiFi seguro para BYOD: Incorporación con certificados Passpoint vs xPSK (iPSK)

Una guía técnica completa para equipos de TI sobre cómo proteger los dispositivos no gestionados de empleados y estudiantes (BYOD) mediante certificados Passpoint EAP-TLS de instalación sin intervención frente a tecnologías xPSK específicas de cada proveedor (iPSK/easyPSK, DPSK, PPSK, MPSK).

Read guide →

Configuring RADIUS Authentication for Guest and Staff WiFi Networks

Esta guía de referencia técnica describe la arquitectura, configuración e implementación de la autenticación RADIUS para redes WiFi empresariales de invitados y empleados. Proporciona a los arquitectos de red y gerentes de TI los protocolos exactos, los estándares de seguridad y las metodologías de solución de problemas requeridas para crear sistemas de control de acceso inalámbrico seguros y escalables.

Read guide →

Passpoint y OpenRoaming: Guía completa

Esta guía de referencia técnica proporciona un análisis exhaustivo de los frameworks Passpoint (Hotspot 2.0) y WBA OpenRoaming dentro de las redes WiFi empresariales. Detalla los protocolos de autenticación subyacentes, los componentes arquitectónicos y las estrategias de despliegue requeridas para establecer una conectividad de invitados segura y sin fricciones. Los arquitectos de red y los líderes de TI aprenderán a diseñar, implementar y solucionar problemas de estos estándares para eliminar las barreras de inicio de sesión manual mientras se mantiene la seguridad de nivel empresarial.

Read guide →

WPA2 Personal frente a Enterprise: ¿cuál es la diferencia y cuál debería utilizar?

Esta guía de referencia técnica ofrece una comparación detallada de los protocolos de seguridad WPA2 Personal y WPA2 Enterprise en entornos de WiFi empresariales. Describe las diferencias de arquitectura, las metodologías de implementación y las implicaciones de seguridad de cada estándar para ayudar a los arquitectos de red y a los líderes de TI a tomar decisiones de implementación fundamentadas.

Read guide →

Sophos Firewall y guest WiFi: configuración de Captive Portal con Purple

Cómo funciona el guest WiFi en la nube de Purple con Sophos Firewall y sus puntos de acceso a través de un Captive Portal externo estándar y RADIUS, y dónde verificar el soporte y encontrar los pasos.

Read guide →

PPSK WiFi: comparación de funciones y modelos de implementación

Esta guía de referencia técnica compara la arquitectura PPSK WiFi frente a las implementaciones tradicionales de 802.1X y PSK estándar. Proporciona a los arquitectos de red y gerentes de TI estrategias de implementación independientes del proveedor para entornos multifamiliares de alquiler (BTR), residenciales y de IoT.

Read guide →

Best DNS filtering: a comprehensive guide for businesses

Esta guía de referencia técnica explica cómo el filtrado DNS empresarial protege las redes públicas al bloquear dominios maliciosos en la capa de resolución, antes de que se establezca una conexión. Ofrece a los directores de TI, arquitectos de red y equipos de operaciones de establecimientos la arquitectura de implementación, la configuración de firewall y el contexto de cumplimiento que necesitan para proteger el WiFi de invitados en entornos de hotelería, comercio minorista y sector público. Purple Shield bloquea malware, botnets y contenido inapropiado a nivel DNS en más de 80,000 establecimientos activos.

Read guide →

Tres SSIDs para gobernarlos a todos: guía de configuración de WiFi para invitados, Passpoint e IoT

Esta guía técnica proporciona un modelo definitivo para implementar el diseño de tres SSIDs WiFi en instalaciones empresariales. Detalla la configuración de un Captive Portal de WiFi de invitados abierto, la incorporación automatizada de Passpoint y la autenticación xPSK por dispositivo para lograr una segmentación de VLAN completa y un acceso a la red de confianza cero.

Read guide →

Server RADIUS: una guía completa para empresas

Esta guía proporciona a directores de TI, arquitectos de redes y directores de tecnología una referencia técnica definitiva sobre la autenticación de server RADIUS para WiFi empresarial. Abarca el marco AAA, la arquitectura 802.1X, la selección del método EAP, las ventajas y desventajas de la implementación en la nube frente a la local, y la asignación dinámica de VLAN. Los operadores de recintos en los sectores de hotelería, comercio minorista, eventos y el sector público encontrarán orientación de implementación práctica, casos de estudio del mundo real y los marcos de decisión necesarios para migrar de claves precompartidas inseguras a una arquitectura de control de acceso a la red segura y basada en la identidad.

Read guide →

Aruba ClearPass vs. Purple WiFi: Comparativa de funciones y co-implementación

Una guía técnica completa que detalla la arquitectura de co-implementación de Aruba ClearPass y Purple WiFi. Cubre la configuración de proxy RADIUS, la asignación dinámica de VLAN y las mejores prácticas para ofrecer redes de invitados seguras y basadas en análisis junto con el NAC empresarial.

Read guide →

Cisco ISE vs. Purple WiFi: cómo se comparan y cómo funcionan en conjunto

Esta guía explica cómo Cisco ISE y Purple WiFi desempeñan roles distintos pero complementarios en las redes empresariales. Detalla cómo utilizar Cisco ISE para el acceso corporativo seguro mediante 802.1X mientras se aprovecha Purple para el WiFi de invitados compatible con GDPR, analíticas de marketing e integración con CRM.

Read guide →

EAP-TLS vs EAP-TTLS: ¿Qué protocolo de WiFi basado en certificados debería elegir?

Esta guía ofrece una comparación definitiva y directa entre EAP-TLS y EAP-TTLS para la autenticación de WiFi empresarial bajo el estándar 802.1X de la IEEE. Explica la diferencia arquitectónica entre la autenticación mutua por certificados y el tunelizado de certificados solo para servidor, brindando a los gerentes de TI, arquitectos de red y CISOs un marco de decisión claro basado en las capacidades de gestión de dispositivos y los requisitos de cumplimiento. Purple es compatible con las rutas de autenticación de EAP-TLS y EAP-TTLS para el WiFi del personal, y esta guía ayuda a las organizaciones a comprender los pros y contras de la infraestructura antes de comprometerse con cualquiera de los dos enfoques.

Read guide →

¿Qué es un supplicant 802.1X? Tipos de clientes y configuración de dispositivos

Esta guía explica la función del supplicant 802.1X en la autenticación de WiFi empresarial. Cubre la arquitectura técnica, compara los supplicants nativos del sistema operativo con clientes de terceros y proporciona orientación práctica de configuración para equipos de TI que implementan EAP-TLS y PEAP.

Read guide →

Integración de RADIUS-as-a-Service con directorios en la nube (Azure AD y Google Workspace)

Esta guía de referencia técnica detalla cómo integrar RADIUS-as-a-Service con directorios en la nube - Microsoft Entra ID y Google Workspace - para la autenticación de WiFi empresarial. Cubre el cambio arquitectónico de NPS local a un RADIUS nativo de la nube, la implementación de autenticación EAP-TLS basada en certificados y las mejores prácticas operativas para proteger el acceso inalámbrico en entornos de hospitalidad, retail y sector público. Para los gerentes de TI y arquitectos de redes que ya han invertido en identidad en la nube, esta guía cierra la brecha entre la gestión de directorios y la seguridad de la red física.

Read guide →

Cómo implementar SCEP para la inscripción automatizada de certificados WiFi

Esta guía explica cómo implementar SCEP (Simple Certificate Enrollment Protocol) para la inscripción automatizada de certificados WiFi en entornos empresariales. Cubre el diseño completo de la arquitectura, desde el diseño de PKI y la integración con MDM hasta la secuencia obligatoria de implementación de tres pasos, y muestra a los gerentes de TI y arquitectos de red cómo eliminar las credenciales compartidas, automatizar la gestión del ciclo de vida de los certificados y cumplir con los requisitos de PCI DSS y GDPR a escala.

Read guide →

Comprensión de Cisco SUDI: Identidad de Dispositivo Basada en Hardware en el Control de Acceso a la Red

Esta guía detalla la arquitectura técnica de Cisco SUDI, explicando cómo la identidad anclada en hardware protege el control de acceso a la red. Proporciona pasos de implementación prácticos para que los líderes de TI implementen la autenticación 802.1X EAP-TLS y automaticen el aprovisionamiento Zero Touch en instalaciones empresariales.

Read guide →

Términos y condiciones de WiFi para el personal: Aspectos legales y de cumplimiento esenciales

Esta guía cubre los aspectos legales y técnicos esenciales para redactar y hacer cumplir los términos y condiciones de WiFi para el personal en espacios empresariales. Detalla qué incluir en una Política de Uso Aceptable (AUP), cómo cumplir con los requisitos de GDPR y PCI-DSS, y cómo implementar la autenticación basada en identidad y la segmentación de red para proteger los activos corporativos. Los gerentes de TI, equipos de recursos humanos y directores de operaciones en hoteles, cadenas de retail, estadios y organizaciones del sector público encontrarán orientación práctica que podrán implementar este trimestre.

Read guide →

Políticas de WiFi para el personal de retail: protección de redes de back-of-house

Esta guía cubre los requisitos técnicos y de políticas críticos para proteger las redes WiFi de back-of-house en el sector de retail, desde la segmentación de VLAN y el cumplimiento de PCI DSS 4.0 hasta la gestión de BYOD de empleados en el piso de venta. Proporciona a los gerentes de TI, arquitectos de red y directores de operaciones un plan práctico y neutral respecto al proveedor que pueden implementar este trimestre.

Read guide →

Autenticación WiFi empresarial sin Active Directory ni servidor local

Esta guía explica cómo implementar una autenticación WiFi segura WPA2/3-Enterprise sin un Active Directory local, Windows NPS o un servidor RADIUS físico. Cubre la incompatibilidad de protocolos entre los proveedores de identidad en la nube y 802.1X, los argumentos a favor de EAP-TLS sobre PEAP-MSCHAPv2 y cómo implementar RADIUS-as-a-Service con certificados emitidos por MDM para Microsoft Entra ID, Okta o Google Workspace. Escrito para líderes de TI en organizaciones que priorizan la nube y con una gran presencia de Mac/Chromebook que están listos para retirar la infraestructura local.

Read guide →

PSK por dispositivo por proveedor: Comparación de iPSK, DPSK, MPSK y PPSK (y soporte WPA3)

Una comparación exhaustiva de las implementaciones de PSK por dispositivo en Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Extreme, Fortinet y Ubiquiti UniFi. Conozca cómo WPA3-SAE afecta las estrategias de claves por dispositivo y cuándo implementar modos de transición frente a la migración a 802.1X.

Read guide →

Cómo reducir el número de SSIDs de WiFi utilizando PSK por dispositivo (iPSK, DPSK, MPSK)

Esta guía de referencia técnica autorizada explica cómo los equipos de TI pueden eliminar la degradación del rendimiento de WiFi causada por la sobrecarga de balizas (beacon overhead) de SSID mediante la unificación de múltiples redes dedicadas en un solo SSID utilizando PSK por dispositivo (xPSK). Cubre el panorama de proveedores que incluye Cisco iPSK, HPE Aruba MPSK, Ruckus DPSK, Juniper Mist PPSK y Ubiquiti UniFi PPSK, con orientación práctica de implementación sobre asignación dinámica de VLAN, incorporación de IoT y cumplimiento de PCI DSS. Los operadores de recintos en los sectores de hotelería, comercio minorista, estadios y organizaciones del sector público encontrarán orientación de arquitectura aplicable y ejemplos prácticos del mundo real.

Read guide →

Optimización del Roaming para VoIP y Videollamadas en WiFi Corporativo

Esta guía proporciona a directores de TI, arquitectos de red y CTO un plano completo y neutral respecto a proveedores para optimizar el roaming WiFi con el fin de soportar llamadas de VoIP y video sin interrupciones en redes de personal corporativo. Cubre la pila de protocolos IEEE 802.11k/r/v, la configuración de QoS de WMM, el diseño de celdas RF y el mapeo de QoS cableado de extremo a extremo requerido para lograr una latencia de traspaso inferior a 50 ms. Aplicable en entornos de hotelería, comercio minorista, sector salud y grandes recintos, esta referencia incluye escenarios de implementación del mundo real, marcos de resolución de problemas y un análisis de ROI medible.

Read guide →

Autenticación basada en certificados para dispositivos corporativos (EAP-TLS)

Esta guía de referencia técnica autorizada cubre la arquitectura, el despliegue y las mejores prácticas operativas de la autenticación basada en certificados EAP-TLS para dispositivos corporativos. Diseñada para arquitectos de TI y líderes de operaciones de recintos, proporciona una ruta práctica para eliminar los riesgos de credenciales basadas en contraseñas y lograr un control de acceso de red 802.1X robusto en entornos empresariales multisitio.

Read guide →