Skip to main content

Autenticação WiFi do Google Workspace: Integração com Chromebook e LDAP

Uma referência técnica definitiva para administradores de TI que implementam WiFi seguro em ambientes Google Workspace. Este guia abrange a implantação de certificados 802.1X em Chromebooks gerenciados via Google Admin Console, a integração do Google Secure LDAP como backend RADIUS e decisões de arquitetura para locais de educação, mídia e empresas. Ele fornece etapas de implementação acionáveis, estudos de caso reais e uma comparação direta de métodos EAP para ajudar as equipes a migrar de PSKs compartilhadas vulneráveis para um controle de acesso à rede robusto e baseado em identidade.

📖 8 min de leitura📝 1,923 palavras🔧 2 exemplos4 perguntas📚 9 termos-chave

🎧 Ouça este Guia

Ver Transcrição
Welcome back to the Purple Technical Briefing. I'm your host, and today we are diving deep into a topic that causes more than a few headaches for IT directors and network architects: Google Workspace WiFi Authentication, specifically focusing on Chromebooks and LDAP integration. If you're managing a network at an education institution, a media company, or any enterprise that has standardised on Google Workspace, you know that bridging the gap between cloud-native identity and legacy network protocols like 802.1X isn't always straightforward. We're going to break down the architecture, the implementation steps, and the pitfalls to avoid. Whether you're planning a deployment this quarter or simply trying to understand your options, this briefing is for you. Let's set the stage. If you're coming from a traditional Microsoft Active Directory environment, 802.1X WiFi authentication is relatively simple. Active Directory natively speaks LDAP, it integrates perfectly with Network Policy Server, and Windows machines just work. But Google Workspace is a cloud-first platform. It uses SAML and OAuth for authentication. Your wireless access points and switches, however, still speak RADIUS. They don't understand SAML. So, how do we bridge this gap? There are two main architectural approaches. The first is Google Secure LDAP. This is a managed service available on Cloud Identity Premium or Google Workspace Enterprise editions. It essentially provides a secure, traditional LDAP interface to your cloud directory. Your RADIUS server — whether that's FreeRADIUS, Cisco ISE, or Aruba ClearPass — connects securely to Google's LDAP service using client certificates. When a user tries to connect to the WiFi, the RADIUS server checks their credentials against Google's directory. The second approach, often used for BYOD or guest networks, involves SAML-based captive portals. Users connect to an open network, get redirected to a web portal, and authenticate via Google Single Sign-On. Once verified, they are provisioned network access. Now let's focus on managed devices, specifically Chromebooks. When we talk about 802.1X, we need to talk about EAP types — Extensible Authentication Protocol. The choice here dictates your security posture and your deployment complexity. The gold standard — and what you should be aiming for with managed Chromebooks — is EAP-TLS. TLS stands for Transport Layer Security. This method requires a certificate on the RADIUS server AND a client certificate on the Chromebook. Why is this the gold standard? Because it completely eliminates passwords from the WiFi authentication process. No passwords means no phishing, no credential stuffing, and no helpdesk tickets when a user changes their Google password. The device simply presents its certificate, the RADIUS server validates it, and the connection is established silently. The alternative is PEAP-MSCHAPv2 or EAP-TTLS. These use a server certificate to create a secure tunnel, and then the user sends their username and password through that tunnel. It's easier to deploy for unmanaged devices, but it's inherently riskier if the client device doesn't strictly validate that server certificate. And that's a critical point we'll return to. So, how do we deploy EAP-TLS to Chromebooks? The beauty of the Google ecosystem is the Google Admin Console. You can automate this entire process. You configure a mechanism to issue client certificates — perhaps using a cloud-based PKI that supports SCEP integration with Google Workspace, or the Google Cloud Certificate Connector which proxies requests to an on-premise Microsoft Certificate Authority. Then, in the Admin Console, you navigate to Devices, then Networks, then Wi-Fi. You create a new Wi-Fi network profile. You set the SSID, select WPA3-Enterprise, choose EAP-TLS, and crucially, you push the trusted Root CA certificate to the devices. You apply this profile to your Organizational Units, and the Chromebooks connect silently and securely. From an end-user perspective, the device just connects. No prompts, no passwords. That's the experience you're aiming for. Now let's talk about Google Secure LDAP in more detail, because this is what powers credential-based authentication for PEAP deployments. In the Google Admin Console, you navigate to Apps, then LDAP. You add a new LDAP client — let's call it Enterprise RADIUS. You configure the access permissions, specifying that this client can read user information and verify passwords. Google then generates a client certificate and key for you. You download these, install them on your RADIUS server, and configure the RADIUS server to connect to ldap.google.com on port 636. From that point, your RADIUS server can query Google's directory just as it would query an on-premise Active Directory. It's a remarkably clean solution for organisations that don't want to maintain a local directory server. Let's talk about best practices and where things go wrong. First rule of thumb: EAP-TLS for devices you manage, portals for devices you don't. Trying to manually configure EAP-TLS on student phones or guest laptops is a helpdesk nightmare. Use a captive portal for onboarding those BYOD devices, and reserve EAP-TLS for your managed fleet. Second rule, and this is critical: Strict Server Certificate Validation. If you are using PEAP — meaning users are typing in their Google credentials — you MUST configure the devices to validate the RADIUS server's certificate. If you don't, you are leaving your users wide open to Evil Twin attacks, where someone sets up a rogue access point with your SSID and captures their credentials. In the Google Admin Console WiFi profile, there is a field to specify the trusted CA for server validation. Do not leave this blank. This single configuration decision is the difference between a secure deployment and a vulnerable one. Third recommendation: Segment your network. Don't put everyone on the same VLAN. Use your RADIUS server to inspect the user's group membership in Google Workspace — say, Staff versus Students — and dynamically assign them to different VLANs. This limits lateral movement in the event of a compromise and significantly improves your overall security posture. The RADIUS server returns attributes like Tunnel-Private-Group-Id to the access point, which then places the client on the correct VLAN. It's a powerful capability that many organisations underutilise. What are the common failure modes? Certificate expiry is number one. If your RADIUS server certificate expires, nobody connects. Set up monitoring and alerting for certificate validity periods well in advance — I'd recommend alerting at 90 days, 30 days, and 7 days before expiry. Clock skew is another one; EAP-TLS relies on accurate timekeeping, so ensure everything is synchronised via NTP. If the clocks are out of sync, certificate validation will fail. Finally, ensure your WiFi profiles are applied to the correct Organizational Units in the Admin Console. A common mistake is applying a device certificate profile to a user OU, which means the certificate is never pushed to the device. Let's do a quick rapid-fire Q&A based on common client questions. Can I use Google Workspace for WiFi authentication without paying for Secure LDAP? Yes, but it's harder. You'd typically use a captive portal approach with SAML Single Sign-On, or you'd need a third-party identity bridge that synchronises your Google directory to a local LDAP or RADIUS server. The Secure LDAP service is genuinely worth the Enterprise licence cost for organisations that need native 802.1X. Does this work with WPA3? Absolutely. WPA3-Enterprise is fully supported and recommended for all new deployments. It provides stronger encryption and better protection against offline dictionary attacks compared to WPA2. How does this impact our analytics capabilities? Positively. By tying network access to a verified Google identity, platforms like Purple's WiFi Analytics can provide much richer data on space utilisation and user journeys, especially in complex retail or hospitality environments. You move from anonymous MAC addresses to named, authenticated users, which transforms the quality of your insight. What about comparing Google Workspace to Microsoft or Okta for enterprise WiFi? Microsoft Active Directory remains the most seamlessly integrated option for 802.1X, given its native LDAP and NPS integration. Okta provides excellent RADIUS-as-a-service capabilities through its RADIUS Agent. Google Workspace, via Secure LDAP, is a solid option but requires more deliberate architecture. The key limitation is that Google doesn't offer a native RADIUS service — you always need an intermediary server. To summarise: Bridging Google Workspace to your enterprise WiFi requires a RADIUS server and either Google Secure LDAP or a solid PKI integration. Aim for EAP-TLS on your managed Chromebooks to eliminate passwords and enhance security. Automate the deployment via the Google Admin Console, and always enforce strict certificate validation. For BYOD and guest devices, use captive portals tied to Google Single Sign-On to maintain identity-based access control without the complexity of manual certificate deployment. If you're planning a deployment this quarter, start with a pilot group. Don't roll it out globally on a Friday afternoon. Map out your VLAN strategy, ensure your RADIUS infrastructure is redundant with multiple servers, and consider how you'll handle BYOD traffic securely alongside your managed fleet. The investment in getting this right pays dividends in reduced helpdesk overhead, stronger security posture, and the ability to leverage your network data for genuine business intelligence. That's the outcome your organisation deserves. That's all for this technical briefing. Thanks for tuning in to the Purple Technical Briefing, and we'll see you next time.

header_image.png

Resumo Executivo

Para locais corporativos, instituições de ensino e provedores de hospitalidade padronizados no Google Workspace, a implementação de uma autenticação WiFi segura e contínua historicamente apresentou um desafio em comparação com ambientes Microsoft Active Directory. Este guia detalha a arquitetura e a implantação da autenticação WiFi do Google Workspace, focando especificamente na implantação de certificados Chromebook 802.1X e na integração do Google Secure LDAP para backends RADIUS.

Gerentes de TI e arquitetos de rede devem equilibrar a segurança (WPA3-Enterprise, IEEE 802.1X) com a fricção do usuário. Enquanto as chaves pré-compartilhadas (PSKs) são facilmente comprometidas e difíceis de rotacionar, a autenticação baseada em certificado (EAP-TLS) ou a autenticação baseada em credenciais (PEAP-MSCHAPv2) vinculada diretamente à identidade do Google Workspace de um usuário fornece controle de acesso robusto, aplicação de políticas granulares e roaming contínuo em redes de Guest WiFi e corporativas.

Esta referência técnica descreve as etapas exatas para configurar o Google Admin Console para distribuição automatizada de certificados, implantar o Google Secure LDAP e integrar essas fontes de identidade com servidores RADIUS corporativos. Ao seguir estas melhores práticas independentes de fornecedor, as organizações podem mitigar o roubo de credenciais, reduzir os tickets de suporte e garantir a conformidade com o GDPR e o PCI DSS.



Aprofundamento Técnico

A Arquitetura da Autenticação WiFi do Google Workspace

A autenticação de clientes sem fio no Google Workspace exige a ponte entre a identidade nativa da nuvem (SAML/OAuth) e os protocolos de rede legados (RADIUS/802.1X). Ao contrário do Active Directory, que fala LDAP nativamente e se integra perfeitamente ao Network Policy Server (NPS), o Google Workspace requer uma camada intermediária deliberada.

Existem duas arquiteturas principais para conseguir isso:

Arquitetura 1 — Google Secure LDAP (Cloud Identity Premium / Google Workspace Enterprise): O Google fornece uma interface LDAP gerenciada para o seu diretório na nuvem. Seu servidor RADIUS (ex: FreeRADIUS, Cisco ISE, Aruba ClearPass) se conecta com segurança ao ldap.google.com usando certificados de cliente. Quando um usuário tenta se conectar ao WiFi, o servidor RADIUS valida suas credenciais no serviço LDAP do Google.

Arquitetura 2 — Captive Portals baseados em SAML / RadSec: Para cenários de BYOD (Bring Your Own Device) ou convidados, os usuários se conectam a uma rede aberta ou PSK, que os redireciona para um Captive Portal. O portal autentica o usuário via Google SSO (SAML/OAuth). Uma vez autenticado, o sistema pode fornecer dinamicamente uma credencial exclusiva (ex: uma PSK dinâmica ou um certificado temporário) para conexões subsequentes.

architecture_overview.png

Figura 1: O fluxo de autenticação 802.1X para ambientes Google Workspace, mostrando o servidor RADIUS como o intermediário entre o ponto de acesso e o Google Secure LDAP.

Tipos de EAP e Suporte para Chromebook

Os Chromebooks suportam nativamente vários tipos de Extensible Authentication Protocol (EAP) para 802.1X. A escolha do tipo de EAP dita a postura de segurança e a complexidade da implantação. Para uma visão abrangente dos fundamentos do 802.1X, consulte Autenticação 802.1X: Protegendo o Acesso à Rede em Dispositivos Modernos .

comparison_chart.png

Figura 2: Uma comparação direta dos métodos EAP suportados por Chromebooks, destacando as compensações de segurança e complexidade.

Método EAP Tipo de Autenticação Certificado de Cliente Necessário Risco de Phishing Recomendado Para
EAP-TLS Certificado Sim Nenhum Chromebooks Gerenciados
PEAP-MSCHAPv2 Senha Não Médio Implantações BYOD / PME
EAP-TTLS Senha Não Médio Ambientes Mistos

EAP-TLS (Transport Layer Security): O padrão ouro para WiFi corporativo. Requer um certificado de servidor (no servidor RADIUS) e um certificado de cliente (no Chromebook). Isso elimina a necessidade de senhas, mitigando riscos de phishing. O Google Admin Console pode enviar automaticamente certificados de cliente para Chromebooks gerenciados via Google Cloud Certificate Connector ou integrações SCEP/EST de terceiros.

PEAP-MSCHAPv2 / EAP-TTLS: Estes protocolos usam um certificado de servidor para estabelecer um túnel seguro, dentro do qual o nome de usuário e a senha do usuário são trocados. Embora sejam mais fáceis de implantar para dispositivos não gerenciados, eles são vulneráveis ao roubo de credenciais se o dispositivo cliente não validar rigorosamente o certificado do servidor.

Ao projetar a rede, considere como esses eventos de autenticação se correlacionam com sistemas downstream, como plataformas de WiFi Analytics , que dependem de endereços MAC estáveis ou nomes de usuário autenticados para rastrear as jornadas e o fluxo de usuários.

Google Workspace vs. Microsoft e Okta: Uma Avaliação Comparativa

Organizações que avaliam plataformas de identidade para autenticação WiFi corporativa devem entender as compensações inerentes. O Microsoft Active Directory continua sendo a opção de integração mais perfeita, devido ao seu suporte LDAP nativo e integração estreita com o NPS. A Okta fornece uma capacidade robusta de RADIUS-as-a-Service por meio de seu RADIUS Agent, eliminando a necessidade de infraestrutura RADIUS autogerenciada. O Google Workspace, via Secure LDAP, é uma opção sólida, mas requer uma arquitetura mais deliberada — você sempre precisa de um servidor RADIUS intermediário, e o serviço Secure LDAP está disponível apenas em licenças de nível superior.

Capacidade Google Workspace Microsoft AD/Entra Okta
Suporte RADIUS Nativo Não (requer servidor RADIUS) Via NPS Via RADIUS Agent
Interface LDAP Google Secure LDAP LDAP Nativo do AD Agente de Interface LDAP
Suporte EAP-TLS Sim (via integração PKI) Sim (nativo) Sim
Envio de Certificado para Dispositivo Gerenciado Google Admin Console Intune / GPO Integração MDM
Requisito de Licença Enterprise / Cloud Identity Premium Incluído no AD Workforce Identity

Guia de Implementação

Implantando 802.1X em Chromebooks Gerenciados

A implantação de WiFi seguro em Chromebooks gerenciados envolve a configuração do Google Admin Console para enviar os perfis de rede e certificados necessários. Isso garante que os dispositivos se conectem automaticamente sem a intervenção do usuário.

Etapa 1: Configurar o Servidor RADIUS

Implante um servidor RADIUS (ex: FreeRADIUS) capaz de EAP-TLS ou PEAP. Instale um certificado de servidor confiável no servidor RADIUS. Se estiver usando uma CA privada, certifique-se de que o certificado da Root CA seja exportado para implantação nos clientes. Configure o servidor RADIUS para consultar o Google Secure LDAP (se estiver usando autenticação baseada em credenciais) ou validar certificados de cliente em sua CA (se estiver usando EAP-TLS).

Etapa 2: Configurar o Google Secure LDAP (Para PEAP/EAP-TTLS)

No Google Admin Console, navegue até Apps > LDAP. Adicione um novo cliente LDAP (ex: "RADIUS Corporativo"). Configure as permissões de acesso (ler informações do usuário, verificar senhas). Baixe o certificado e a chave do cliente gerados. Instale essas credenciais em seu servidor RADIUS e configure-o para se conectar a ldap.google.com:636.

Etapa 3: Implantar Certificados em Chromebooks (Para EAP-TLS)

No Google Admin Console, navegue até Dispositivos > Redes > Certificados. Faça o upload do seu certificado Root CA e marque-o como uma "Autoridade de Certificação Confiável". Configure um mecanismo para emitir certificados de cliente para dispositivos via Google Cloud Certificate Connector ou um provedor de PKI baseado em nuvem que suporte integração SCEP/EST.

Etapa 4: Criar o Perfil WiFi no Google Admin Console

Navegue até Dispositivos > Redes > Wi-Fi. Crie um novo perfil de rede Wi-Fi. Defina o SSID e selecione WPA/WPA2/WPA3-Enterprise como o Tipo de Segurança. Selecione o tipo de EAP apropriado. Se estiver usando EAP-TLS, selecione o certificado de cliente implantado. Se estiver usando PEAP, configure-o para usar as credenciais de login do usuário. Fundamentalmente, selecione o certificado Root CA confiável para garantir que o Chromebook valide o servidor RADIUS. Aplique o perfil às Unidades Organizacionais (OUs) apropriadas.

Melhores Práticas

Validação Rigorosa do Certificado do Servidor: Sempre force a validação do certificado do servidor nos dispositivos clientes. Não fazer isso expõe os usuários a ataques de Evil Twin, onde um invasor transmite o mesmo SSID e captura credenciais. Esta única decisão de configuração é a diferença entre uma implantação segura e uma vulnerável. Para uma exploração mais profunda da arquitetura de segurança 802.1X, consulte Autenticação 802.1X: Protegendo o Acesso à Rede em Dispositivos Modernos .

Segmente Redes por Função: Use atributos RADIUS (ex: Filter-Id, Tunnel-Private-Group-Id) retornados do Google LDAP para atribuir dinamicamente usuários a diferentes VLANs com base em sua associação ao grupo do Google Workspace (ex: Funcionários vs. Alunos). Isso limita o movimento lateral e melhora significativamente a postura de segurança.

Monitore e Audite: Revise regularmente os logs de autenticação RADIUS e os logs de auditoria do Google Workspace. Integre esses logs em um sistema SIEM para detectar padrões de autenticação anômalos ou tentativas de força bruta. Considere como esses dados alimentam plataformas de inteligência de rede mais amplas.

Planeje para BYOD: Enquanto os Chromebooks gerenciados podem usar EAP-TLS, dispositivos não gerenciados (telefones pessoais de funcionários, dispositivos de convidados) precisam de uma abordagem diferente. Implemente um portal de integração seguro ou use PSKs dinâmicas para esses dispositivos. Para áreas de acesso público em ambientes de Hospitalidade ou Varejo , considere soluções padrão de Guest WiFi com Captive Portals que capturem o consentimento e garantam a conformidade com o GDPR.

Redundância de Infraestrutura: Implante vários servidores RADIUS e configure os pontos de acesso para failover automático. Um único servidor RADIUS é um ponto crítico único de falha — se ele cair, nenhum dispositivo gerenciado poderá se conectar à rede.

Solução de Problemas e Mitigação de Riscos

Modos de Falha Comuns

Expiração de Certificado é a causa mais comum de falha de EAP-TLS em ambientes de produção. Implemente monitoramento e alertas automatizados para períodos de validade de certificados em 90, 30 e 7 dias antes da expiração. Isso se aplica tanto ao certificado do servidor RADIUS quanto a quaisquer certificados de CA intermediários.

Desvio de Relógio (Clock Skew) é uma causa frequentemente negligenciada de falhas de autenticação intermitentes. O EAP-TLS depende de uma cronometragem precisa para a validação do certificado. Certifique-se de que o servidor RADIUS, a Autoridade de Certificação e os Chromebooks sincronizem via NTP. Um desvio de mais de alguns minutos pode fazer com que certificados válidos sejam rejeitados.

Problemas de Conectividade LDAP: Se estiver usando o Google Secure LDAP, certifique-se de que o servidor RADIUS possa alcançar ldap.google.com na porta TCP 636 e que o certificado de cliente usado para autenticação não tenha expirado ou sido revogado no Google Admin Console.

Aplicação Incorreta de OU: Certifique-se de que o perfil WiFi e os certificados sejam aplicados às Unidades Organizacionais corretas no Google Admin Console. Um erro comum é aplicar um perfil de certificado de dispositivo a uma OU de usuário, o que significa que o certificado nunca é enviado ao dispositivo.

Estratégias de Mitigação de Riscos

Uma implantação em fases é essencial. Nunca implante uma nova configuração 802.1X para toda a organização de uma só vez. Comece com um pequeno grupo piloto (ex: a equipe de TI) e depois expanda para um único departamento ou local antes de uma implantação global. Mantenha um SSID de fallback oculto e altamente restrito que a equipe de TI possa usar para solucionar problemas de dispositivos que não conseguem se autenticar via 802.1X.

Para organizações em setores regulamentados, certifique-se de que sua implantação 802.1X esteja alinhada com os frameworks de conformidade relevantes. Em ambientes de Saúde , a segmentação de rede via atribuição dinâmica de VLAN suporta diretamente os requisitos da HIPAA para isolar sistemas clínicos. No varejo, o PCI DSS exige a separação de rede entre ambientes de dados de titulares de cartão e redes corporativas gerais — um requisito que a atribuição dinâmica de VLAN satisfaz elegantemente.

ROI e Impacto nos Negócios

A transição de redes baseadas em PSK para 802.1X integrado ao Google Workspace oferece benefícios significativos e mensuráveis que justificam o investimento na implementação.

Redução de Sobrecarga do Suporte: A implantação automatizada de certificados via Google Admin Console elimina a configuração manual de WiFi em dispositivos gerenciados. As organizações normalmente relatam uma redução de 40-60% nos tickets de suporte relacionados ao WiFi após uma implantação de EAP-TLS, pois não há senhas para esquecer ou rotacionar.

Postura de Segurança Aprimorada: O EAP-TLS elimina a autenticação baseada em senha, neutralizando ataques de phishing e preenchimento de credenciais (credential stuffing). Isso reduz o risco de violações de dados e os custos financeiros e de reputação associados. O custo médio de uma violação de dados em 2024 excedeu US$ 4,8 milhões — um valor que torna o investimento em uma arquitetura de autenticação adequada fácil de justificar.

Desligamento Simplificado: Quando um funcionário sai, a desativação de sua conta do Google Workspace revoga imediatamente seu acesso ao WiFi. Não há necessidade de rotacionar uma PSK compartilhada em toda a organização, eliminando a janela de vulnerabilidade que existe entre a saída de um funcionário e a rotação da PSK.

Melhoria em Analytics e Inteligência: Ao vincular a autenticação de rede a uma identidade exclusiva, os locais podem aproveitar plataformas como Wayfinding e WiFi Analytics para entender a utilização do espaço e o comportamento do usuário com maior precisão. Esses dados podem informar investimentos em infraestrutura e otimizar o uso de imóveis em ambientes complexos, como hubs de Transporte ou grandes centros de conferências. Para organizações que exploram como a inteligência de rede apoia objetivos operacionais mais amplos, o artigo Soluções Modernas de WiFi para Hospitalidade que Seus Hóspedes Merecem fornece o contexto relevante.

Para organizações que consideram o contexto mais amplo da arquitetura de rede, o Guia Definitivo 2026 sobre Pontos de Acesso Sem Fio e Os Principais Benefícios do SD WAN para Empresas Modernas fornecem orientações complementares sobre decisões de infraestrutura que sustentam uma implantação 802.1X bem-sucedida.

Termos-Chave e Definições

802.1X

An IEEE standard for port-based Network Access Control (PNAC). It provides an authentication mechanism to devices wishing to attach to a LAN or WLAN, requiring each device to authenticate before being granted network access.

The foundational protocol for enterprise WiFi security, replacing shared passwords (PSKs) with individual, identity-based authentication. Supported natively by Chromebooks and all modern WiFi access points.

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

An EAP method that uses PKI (Public Key Infrastructure) to authenticate both the client and the server using digital certificates. No passwords are exchanged during authentication.

The gold standard for managed device WiFi authentication. Requires a client certificate on the Chromebook (deployed via Google Admin Console) and a server certificate on the RADIUS server.

Google Secure LDAP

A managed service from Google that exposes a traditional LDAP interface to the Google Workspace cloud directory, allowing legacy systems like RADIUS servers to authenticate users against Google's identity platform.

Essential for organisations that want to use their Google credentials for 802.1X WiFi authentication. Available on Cloud Identity Premium and Google Workspace Enterprise licences.

RADIUS (Remote Authentication Dial-In User Service)

A networking protocol that provides centralised Authentication, Authorization, and Accounting (AAA) management for users connecting to a network service. Access points communicate with a RADIUS server to verify user or device credentials.

The intermediary server that bridges the gap between WiFi access points and identity providers like Google Workspace. Common implementations include FreeRADIUS, Cisco ISE, and Aruba ClearPass.

PEAP-MSCHAPv2 (Protected Extensible Authentication Protocol)

An EAP method that uses a server certificate to create a secure TLS tunnel, inside of which the user's username and password are validated using the MSCHAPv2 protocol.

A common alternative to EAP-TLS for BYOD or SMB environments where deploying client certificates to every device is impractical. Requires strict server certificate validation to prevent credential theft.

Dynamic VLAN Assignment

The process of placing a user or device into a specific Virtual Local Area Network (VLAN) based on their identity or group membership, determined during the 802.1X authentication process via RADIUS attributes.

Allows network administrators to segment traffic (e.g., keeping students and staff on different subnets) using a single SSID, based on Google Workspace group membership returned via Secure LDAP.

SCEP (Simple Certificate Enrollment Protocol)

A protocol designed to automate the issuance and revocation of digital certificates at scale, commonly used in MDM and device management platforms.

Used in conjunction with Google Admin Console to automatically push client certificates to managed Chromebooks for EAP-TLS authentication, without requiring manual certificate installation.

Evil Twin Attack

A fraudulent Wi-Fi access point that appears to be legitimate by broadcasting the same SSID as a trusted network, designed to intercept user credentials or traffic.

The primary threat mitigated by enforcing strict server certificate validation in 802.1X configurations. Without certificate validation, a PEAP user's Google credentials can be captured by a rogue access point.

WPA3-Enterprise

The latest generation of the Wi-Fi Protected Access security protocol for enterprise networks, providing stronger encryption (192-bit minimum in WPA3-Enterprise 192-bit mode) and improved protection against offline dictionary attacks.

The recommended security protocol for all new 802.1X deployments. Fully supported by modern Chromebooks and access points, and configurable via the Google Admin Console WiFi profile.

Estudos de Caso

A 2,000-student university campus needs to deploy secure WiFi to both university-owned Chromebooks (managed via Google Admin) and student BYOD devices (phones, laptops). They use Google Workspace for Education as their sole identity provider and have no on-premise Active Directory.

For the managed Chromebooks, the university should deploy EAP-TLS. They configure a cloud-based PKI integrated with Google Workspace via SCEP. The Google Admin Console pushes the Root CA, the SCEP payload, and the WiFi profile (WPA3-Enterprise, EAP-TLS) to the Chromebook OUs. Devices authenticate silently and securely without any user interaction.

For BYOD devices, they deploy a secure onboarding portal. Students connect to an open 'Onboarding' SSID, authenticate via Google SAML SSO on a captive portal, and are then provisioned with a unique, device-specific certificate (or dynamic PSK) for the main 'Campus-Secure' SSID. This separates managed and unmanaged traffic while leveraging the same Google identity. The RADIUS server uses Google Secure LDAP to validate credentials and assigns students and staff to separate VLANs based on their Google Workspace group membership.

Notas de Implementação: This dual-pronged approach is optimal. Attempting to force EAP-TLS on unmanaged BYOD devices manually is a helpdesk nightmare. Using a captive portal for onboarding bridges the gap, ensuring all devices end up on a secure, encrypted connection tied to their Google identity, without relying on vulnerable shared passwords. The key architectural decision here is using a single identity source (Google Workspace) to serve both managed and unmanaged device flows through different mechanisms.

A retail chain with 50 locations uses Google Workspace. They want to provide staff WiFi on corporate-owned devices and separate Guest WiFi for customers. They currently use a single PSK for staff, which hasn't been changed in three years. A former employee is known to have the PSK.

The retail chain should implement Google Secure LDAP immediately. They deploy a central RADIUS server in the cloud, configured to authenticate against Google Secure LDAP. In the Google Admin Console, they create a WiFi profile using PEAP-MSCHAPv2, enforcing strict server certificate validation. The access points at all 50 locations point to this central RADIUS server. Staff connect using their Google Workspace credentials — no new passwords to distribute.

For customers, they deploy a separate captive portal solution on a segregated VLAN, which captures marketing consent and ensures GDPR compliance, completely isolated from the staff network. The former employee's Google account is disabled, immediately revoking their network access without requiring a PSK rotation across 50 sites.

Notas de Implementação: This scenario highlights the immediate security upgrade from a static PSK. The critical business driver here is the known credential exposure — a PSK rotation across 50 sites is operationally expensive and disruptive. By moving to identity-based authentication via Google Secure LDAP and PEAP, the chain eliminates the shared secret entirely. While EAP-TLS is more secure, PEAP is often sufficient for retail staff networks if strict certificate validation is enforced, balancing security with deployment complexity across distributed sites. The separation of guest and staff networks also directly supports PCI DSS requirements.

Análise de Cenário

Q1. Your organisation is deploying 802.1X to 500 managed Chromebooks. You want the highest level of security and want to avoid users ever needing to type a password to connect to the WiFi. Which EAP method should you configure in the Google Admin Console, and what additional infrastructure component must you deploy?

💡 Dica:Which method relies entirely on certificates rather than credentials, and what must be deployed on the client device?

Mostrar Abordagem Recomendada

EAP-TLS. It requires a client certificate to be pushed to the Chromebook via the Google Admin Console (using SCEP or the Google Cloud Certificate Connector) and a server certificate on the RADIUS server. This eliminates password-based authentication entirely. The additional infrastructure required is a PKI (Certificate Authority) to issue and manage client certificates.

Q2. You have configured Google Secure LDAP and a FreeRADIUS server. Users can authenticate successfully, but they are all being placed on the same default VLAN regardless of whether they are staff or students. You want staff and students to be on separate VLANs. Where must this configuration be applied, and what data source enables it?

💡 Dica:Which component bridges the identity data from Google to the network equipment, and what protocol attributes carry VLAN information?

Mostrar Abordagem Recomendada

The RADIUS server must be configured to query the user's group membership from Google Secure LDAP and then return the appropriate RADIUS attributes (specifically Tunnel-Private-Group-Id and Tunnel-Type) back to the Access Point. The Access Point uses these attributes to place the client on the correct VLAN. The data source enabling this is the Google Workspace group membership, retrieved via the Secure LDAP query.

Q3. A user reports they cannot connect to the new 802.1X network on their BYOD Android phone. They are prompted for a username and password (PEAP), but the connection fails silently after entering them. The RADIUS logs show no authentication attempt was received. What is the most likely cause, and how do you resolve it?

💡 Dica:Think about what the client device must do before it sends the user's credentials, and what configuration is required on the device.

Mostrar Abordagem Recomendada

The client device is failing to validate the RADIUS server's certificate. In modern Android versions, strict certificate validation is enforced by default. If the user hasn't installed the Root CA certificate on their device, or if the domain name on the server certificate doesn't match what the device expects, the client will terminate the connection before sending credentials. Resolution: the user must install the Root CA certificate on their Android device and configure the WiFi profile to specify the CA and the expected server domain name.

Q4. A retail chain is considering moving from a static PSK to 802.1X using Google Secure LDAP. The CFO asks for the business case. What are the three most compelling financial and operational arguments you would present?

💡 Dica:Consider the costs associated with PSK management, the risk of credential exposure, and the operational overhead of distributed site management.

Mostrar Abordagem Recomendada
  1. Elimination of PSK rotation costs: With a static PSK, any staff departure requires a key rotation across all sites — a costly, disruptive operation. With identity-based auth, disabling a Google account instantly revokes access at all locations. 2. Reduced breach risk: A compromised PSK grants network access to anyone with the key. Identity-based auth limits exposure to individual accounts, which can be disabled immediately. The average cost of a data breach exceeds $4.8M, making the infrastructure investment straightforward to justify. 3. Reduced helpdesk overhead: Automated credential management via Google Workspace eliminates WiFi-related password reset tickets and manual device configuration, typically reducing WiFi helpdesk volume by 40-60%.

Principais Conclusões

  • Google Workspace requires an intermediary RADIUS server plus Google Secure LDAP to enable native 802.1X WiFi authentication — there is no direct integration between Google and access points.
  • EAP-TLS is the gold standard for managed Chromebooks: it uses certificates instead of passwords, eliminating phishing risk and helpdesk overhead from password resets.
  • Google Admin Console automates the deployment of WiFi profiles and client certificates to managed Chromebooks via SCEP or the Google Cloud Certificate Connector.
  • For BYOD and guest devices, SAML-based captive portals provide a secure onboarding path tied to Google SSO, avoiding the complexity of manual certificate deployment on unmanaged devices.
  • Enforcing strict server certificate validation is the single most critical security configuration when using credential-based EAP methods (PEAP/EAP-TTLS) — without it, Evil Twin attacks can capture user credentials.
  • Dynamic VLAN assignment via RADIUS attributes enables granular network segmentation based on Google Workspace group membership, supporting compliance requirements and limiting lateral movement.
  • The primary business case for 802.1X over PSK is instant offboarding: disabling a Google Workspace account immediately revokes network access at all locations, eliminating the PSK rotation problem.