IndexLayout.skipToMainContent

So richten Sie Azure Entra ID (Azure AD) für die WiFi-Authentifizierung ein

Dieser maßgebliche Leitfaden beschreibt die Architektur, die Implementierungsschritte und die geschäftlichen Auswirkungen der Integration von Azure Entra ID mit 802.1X für die Unternehmens-WiFi-Authentifizierung. Er bietet Netzwerkarchitekten und IT-Managern praktische Bereitstellungsstrategien, die veraltete PSKs durch einen Zero-Trust-basierten, zertifikatsbasierten Netzwerkzugang ersetzen.

📖 4 GuidesSlugPage.minRead📝 945 GuidesSlugPage.words🔧 2 GuidesSlugPage.workedExamples3 GuidesSlugPage.practiceQuestions📚 8 GuidesSlugPage.keyDefinitions

GuidesSlugPage.podcastTitle

GuidesSlugPage.podcastTranscript
[INTRO - 1 MIN] Host: Welcome to the Purple Enterprise Network Briefing. I'm your host, and today we're tackling a critical infrastructure upgrade that's top of mind for CTOs and network architects: migrating your corporate WiFi authentication to Azure Entra ID—formerly Azure AD. If you're managing a hotel chain, a stadium, or a large public sector deployment, you know the headache of legacy on-prem RADIUS servers and shared PSKs. Today, we're talking about zero-trust network access, specifically how to implement 802.1X certificate-based authentication using Azure Entra ID. No fluff, just the technical reality of getting this deployed. [TECHNICAL DEEP-DIVE - 5 MIN] Host: Let's get straight into the architecture. The days of WPA2-Personal with a shared password on a sticky note are over. In a modern enterprise, whether you're securing back-of-house operations in a retail environment or staff networks in a hospital, you need identity-driven access. When we talk about Azure Entra ID for WiFi, we are fundamentally talking about EAP-TLS. That's Extensible Authentication Protocol with Transport Layer Security. It's the gold standard. Why? Because it relies on certificates, not passwords. Passwords can be phished, shared, or brute-forced. Certificates tied to a managed device via Intune cannot. So, how does the traffic flow? A corporate device—let's say a managed laptop—attempts to connect to the corporate SSID. The Wireless Access Point, acting as the authenticator, blocks access and passes the credentials via RADIUS to your authentication server. Now, Azure Entra ID doesn't natively speak RADIUS. This is the critical architectural bridge. You need a cloud RADIUS provider or an on-prem Network Policy Server (NPS) with the Azure MFA extension. The device presents its client certificate. The RADIUS server validates that certificate against your Certificate Authority—often managed via SCEP in Intune. If the certificate is valid, the RADIUS server checks Azure Entra ID to ensure the user account is active, not disabled, and compliant with Conditional Access policies. Only then does the RADIUS server send an Access-Accept message back to the AP, placing the user on the correct VLAN. [IMPLEMENTATION RECOMMENDATIONS & PITFALLS - 2 MIN] Host: Now, where do deployments go wrong? I see three common pitfalls. First: Certificate Revocation List (CRL) availability. If your RADIUS server can't reach the CRL, authentication fails. Ensure your CRL endpoints are highly available and accessible from the RADIUS infrastructure. Second: Supplicant configuration. Don't leave this to the end user. Use your MDM—Microsoft Intune, Workspace ONE, whatever you use—to push the WiFi profile. The profile must explicitly define the trusted root CA and specify that the client should only connect to your specific RADIUS server names. If you don't do this, you're vulnerable to Evil Twin attacks. Third: Legacy devices. IoT devices, point-of-sale terminals, or older barcode scanners in a warehouse often don't support 802.1X or EAP-TLS. You must plan a MAC Authentication Bypass (MAB) strategy or a dedicated pre-shared key network with strict network isolation for these devices. Don't compromise your primary corporate SSID for a legacy printer. [RAPID-FIRE Q&A - 1 MIN] Host: Let's hit a few quick questions we hear from network architects. Question one: Can we use PEAP-MSCHAPv2 with Azure Entra ID? Answer: Yes, via NPS, but Microsoft is actively deprecating credential-based authentication. Move to EAP-TLS. It's more secure and provides a better user experience. Question two: How does this integrate with Purple's guest WiFi? Answer: Keep them separate. Your corporate network uses 802.1X tied to Azure Entra ID. Your guest network uses an open SSID with a captive portal driven by Purple for analytics, terms acceptance, and marketing data capture. You can even use Purple's Profile-based authentication for seamless return visits for guests, keeping that traffic completely isolated from your corporate data. [SUMMARY & NEXT STEPS - 1 MIN] Host: To wrap up: Moving to Azure Entra ID for WiFi authentication is a fundamental step toward a zero-trust architecture. It eliminates password rotation helpdesk tickets, mitigates credential theft, and ensures only compliant, managed devices access your internal network. Your next step? Audit your current RADIUS infrastructure. If you're running legacy NPS on-prem, evaluate cloud RADIUS solutions that integrate directly with Azure Entra ID and Intune. Map out your certificate deployment strategy. Thanks for joining this technical briefing. Secure your networks, and we'll see you next time.

header_image.png

Zusammenfassung für Führungskräfte

Für CTOs und Netzwerkarchitekten, die komplexe Umgebungen verwalten – von großen Gastgewerbe -Standorten bis hin zu dynamischen Einzelhandels -Flächen – geht es bei der Sicherung des Unternehmensnetzwerks nicht mehr nur um starke Passwörter. Veraltete Pre-Shared Keys (PSKs) und die grundlegende Anmeldeauthentifizierung sind grundsätzlich inkompatibel mit modernen Zero-Trust-Architekturen.

Dieser Leitfaden beschreibt den Übergang zur 802.1X-zertifikatsbasierten WiFi-Authentifizierung, die direkt in Azure Entra ID (ehemals Azure AD) integriert ist. Durch den Übergang zu EAP-TLS (Extensible Authentication Protocol mit Transport Layer Security) können Unternehmen die Risiken im Zusammenhang mit dem Diebstahl von Anmeldeinformationen eliminieren, die Geräteintegration über Mobile Device Management (MDM) automatisieren und sicherstellen, dass nur konforme, verwaltete Geräte auf sensible Unternehmens-VLANs zugreifen können. Wir werden die technische Architektur, die Bereitstellungsschritte und wie diese Unternehmenssicherheitsstrategie parallel zu Gastnetzwerkstrategien läuft, die von Plattformen wie Purple verwaltet werden, untersuchen.

Technischer Einblick

Der Wandel von Anmeldeinformationen zu Zertifikaten

Historisch gesehen basierte Unternehmens-WiFi auf PEAP-MSCHAPv2, was von Benutzern die Eingabe ihrer Domänenanmeldeinformationen erforderte. Microsoft stellt jedoch die anmeldeinformationsbasierte Authentifizierung aufgrund ihrer Anfälligkeit für Adversary-in-the-Middle (AiTM)-Angriffe aktiv ein. Der Industriestandard ist jetzt EAP-TLS, das eine gegenseitige Zertifikatsauthentifizierung verwendet.

Bei einer EAP-TLS-Bereitstellung präsentieren sowohl der RADIUS-Server als auch das Client-Gerät digitale Zertifikate. Wenn einem Gerät ein gültiges Zertifikat fehlt, das von Ihrer vertrauenswürdigen Zertifizierungsstelle (CA) ausgestellt wurde, lehnt der RADIUS-Server die Verbindung ab, bevor das Gerät überhaupt eine IP-Adresse erhält.

architecture_overview.png

Die architektonische Brücke: RADIUS und Entra ID

Azure Entra ID ist ein Cloud Identity Provider (IdP), der moderne Protokolle wie SAML und OIDC verwendet; es spricht nativ kein RADIUS, das Protokoll, das von Wireless Access Points (WAPs) verwendet wird. Um diese Lücke zu schließen, müssen Netzwerkarchitekten einen RADIUS-Server bereitstellen, der mit Entra ID kommunizieren kann. Dies wird typischerweise erreicht durch:

  1. Cloud RADIUS-Lösungen: Speziell entwickelte Plattformen (z. B. SecureW2, SCEPman oder Portnox), die sich über APIs direkt in Entra ID und Intune integrieren lassen.
  2. On-Premises Network Policy Server (NPS): Verwendung der Azure MFA-Erweiterung, obwohl dies im Vergleich zu Cloud-nativen RADIUS zunehmend als veralteter Ansatz angesehen wird.

eap_comparison_chart.png

Implementierungsleitfaden

Die Bereitstellung von Azure Entra ID für die WiFi-Authentifizierung erfordert die Koordination zwischen Identitäts-, Geräteverwaltungs- und Netzwerkinfrastrukturteams.

Schritt 1: Aufbau der Public Key Infrastructure (PKI)

Sie müssen eine CA einrichten, um Client- und Serverzertifikate auszustellen. In einer Cloud-First-Umgebung ist dies oft eine Cloud-PKI, die über das Simple Certificate Enrollment Protocol (SCEP) in Microsoft Intune integriert ist.

Schritt 2: Konfigurieren des RADIUS-Servers

Stellen Sie Ihre RADIUS-Infrastruktur bereit und binden Sie sie an Ihren Entra ID-Mandanten. Der RADIUS-Server benötigt ein eigenes Serverzertifikat, das von Ihren Client-Geräten als vertrauenswürdig eingestuft wird, um seine Identität während des EAP-Handshakes zu beweisen.

Schritt 3: Bereitstellen von MDM-Profilen über Intune

Verlassen Sie sich nicht darauf, dass Benutzer ihre WiFi-Einstellungen manuell konfigurieren. Verwenden Sie Intune, um ein umfassendes WiFi-Profil bereitzustellen, das Folgendes umfasst:

  • Das vertrauenswürdige Root-CA-Zertifikat.
  • Das SCEP-Profil zur Anforderung des Client-Zertifikats.
  • Die WiFi-Konfiguration selbst, die explizit die SSID und die genauen Servernamen Ihrer RADIUS-Infrastruktur definiert, um Evil Twin-Angriffe zu verhindern.

Schritt 4: Konfigurieren des Wireless LAN Controllers (WLC)

Konfigurieren Sie Ihre Access Points oder den WLC für die Verwendung von WPA2/WPA3-Enterprise (802.1X). Leiten Sie den Authentifizierungs- und Abrechnungsverkehr an Ihre neuen RADIUS-Server-IP-Adressen und konfigurieren Sie die gemeinsamen RADIUS-Geheimnisse.

> "Stellen Sie bei der Konfiguration von 802.1X sicher, dass Ihre RADIUS-Timeout-Werte auf dem WLC ausreichen, um die Latenz der Cloud-basierten Zertifikatsvalidierung zu bewältigen, typischerweise eine Erhöhung von 2 Sekunden auf 5 Sekunden." [1]

Best Practices

  • Trennung von Unternehmens- und Gastverkehr: Unternehmensgeräte sollten 802.1X verwenden, das an Entra ID gebunden ist. Gastgeräte sollten eine offene SSID mit einem Captive Portal nutzen. Für robusten Gastzugang und Analysen nutzen Sie Gast-WiFi -Lösungen. Dies gewährleistet eine vollständige Isolation des nicht vertrauenswürdigen Datenverkehrs.
  • MAC Authentication Bypass (MAB) sorgfältig implementieren: IoT-Geräte und ältere Hardware (z. B. alte Scanner in Transport -Hubs) können 802.1X oft nicht unterstützen. Platzieren Sie diese auf einer separaten SSID unter Verwendung von MAB oder einem dedizierten PSK und beschränken Sie deren Netzwerkzugriff über strenge ACLs.
  • Zertifikatsperrung priorisieren: Stellen Sie sicher, dass Ihre Certificate Revocation List (CRL) oder Online Certificate Status Protocol (OCSP)-Endpunkte hochverfügbar sind. Wenn der RADIUS-Server den Sperrstatus nicht überprüfen kann, schlägt die Authentifizierung fehl.

Fehlerbehebung & Risikominderung

Wenn Bereitstellungen fehlschlagen, liegt die Schuld selten beim Cloud IdP. Häufige Fehlerursachen sind:

  • Zeitversatz (Clock Skew): EAP-TLS ist sehr zeitempfindlich. Stellen Sie sicher, dass alle Infrastrukturkomponenten, insbesondere der WLC und die RADIUS-Server, über NTP synchronisiert sind.
  • Intune-Synchronisierungsverzögerungen: Wenn ein neues Gerät registriert wird, kann es einige Zeit dauern, bis das SCEP-Zertifikat ausgestellt wird und das Gerät versucht, eine Verbindung herzustellen. Planen Sie diese Latenz während des Onboardings ein.
  • RADIUS-Server-Namenskonflikt: Wenn der im Intune WiFi-Profil definierte Servername nicht exakt mit dem Common Name (CN) oder Subject Alternative Name (SAN) auf dem Zertifikat des RADIUS-Servers, wird der Client die Verbindung stillschweigend trennen, um sich vor nicht autorisierten APs zu schützen.

Für weitere Einblicke in die Sicherung Ihrer Infrastruktur, lesen Sie unseren Leitfaden zum Thema Schützen Sie Ihr Netzwerk mit starkem DNS und Sicherheit .

ROI & Geschäftsauswirkungen

Der Übergang zur Azure Entra ID WiFi-Authentifizierung liefert messbare Ergebnisse:

  1. Reduzierter Helpdesk-Aufwand: Die Eliminierung der passwortbasierten Authentifizierung reduziert drastisch Tickets im Zusammenhang mit Passwortsperren und WiFi-Zugangsdaten-Updates.
  2. Beschleunigte Compliance: EAP-TLS bietet den kryptografischen Identitätsnachweis, der von Frameworks wie PCI DSS und ISO 27001 gefordert wird, entscheidend für Gesundheitswesen und Einzelhandelsumgebungen.
  3. Automatisierte Offboarding: Wenn ein Mitarbeiter das Unternehmen verlässt, entzieht die Deaktivierung seines Kontos in Entra ID sofort seinen Netzwerkzugriff an allen Standorten und mindert so Insider-Bedrohungen.

Durch die Sicherung des Unternehmensrückgrats können sich IT-Teams auf umsatzgenerierende Initiativen konzentrieren, wie die Nutzung von WiFi Analysen , um das Besucherverhalten zu verstehen und das Engagement zu fördern.


Referenzen

[1] Microsoft Learn. (2023). Sicherer Wi-Fi-Zugriff mit Intune und EAP-TLS.

GuidesSlugPage.keyDefinitionsTitle

802.1X

An IEEE standard for port-based network access control, requiring devices to authenticate before gaining access to the LAN or WLAN.

This is the underlying protocol that makes enterprise WiFi secure, moving beyond simple shared passwords.

EAP-TLS

Extensible Authentication Protocol with Transport Layer Security. An authentication method requiring digital certificates on both the client and the server.

Considered the most secure method for WiFi authentication, preventing credential theft and AiTM attacks.

RADIUS

Remote Authentication Dial-In User Service. A networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA).

The protocol your Access Points use to ask the authentication server, 'Should I let this device on the network?'

SCEP

Simple Certificate Enrollment Protocol. A protocol used to securely issue certificates to network devices.

Used by MDM platforms like Intune to silently request and install client certificates onto corporate laptops and phones.

MAC Authentication Bypass (MAB)

A method of granting network access based on the device's MAC address rather than a username or certificate.

Used as a fallback for legacy devices (like old printers or IoT sensors) that lack the software to perform an 802.1X handshake.

Evil Twin Attack

A rogue access point masquerading as a legitimate corporate SSID to intercept traffic or steal credentials.

EAP-TLS mitigates this because the client device is configured to only trust the specific certificate of the legitimate corporate RADIUS server.

Supplicant

The software client on the endpoint device (e.g., the Windows WiFi manager) that handles the 802.1X authentication process.

IT teams must configure the supplicant via MDM to ensure it behaves securely and doesn't prompt users to accept untrusted server certificates.

Conditional Access

Azure Entra ID policies that evaluate signals (user, location, device compliance) to make access decisions.

Modern Cloud RADIUS solutions can check Conditional Access during the WiFi handshake, denying network access if Intune flags the device as non-compliant.

GuidesSlugPage.workedExamplesTitle

A 500-site retail chain needs to secure back-of-house iPads used for inventory management. Currently, they use a single shared PSK across all stores. How should they migrate to Azure Entra ID authentication?

  1. Enroll all iPads into Microsoft Intune.
  2. Deploy a Cloud RADIUS solution integrated with the corporate Entra ID tenant.
  3. Configure Intune to deploy a SCEP certificate to each iPad.
  4. Push a WiFi profile via Intune that configures the iPads to connect to the 'Corporate-BOH' SSID using EAP-TLS, validating the Cloud RADIUS server's certificate.
  5. Update the Meraki/Aruba access points in all 500 stores to point to the Cloud RADIUS IP addresses for the 'Corporate-BOH' SSID.
  6. Phased rollout: Enable the new SSID, verify iPad connectivity via Intune reporting, then decommission the legacy PSK SSID.
GuidesSlugPage.examinerCommentary This approach eliminates the shared PSK, which is a massive security risk if a device is stolen. By using EAP-TLS and Intune, the authentication is tied to the device's management state. If an iPad is lost, the IT team simply revokes the certificate or wipes the device in Intune, instantly cutting off network access without affecting the other 499 stores.

A university campus is migrating from on-prem Active Directory to Azure Entra ID. They have thousands of BYOD (Bring Your Own Device) student laptops that currently connect using PEAP-MSCHAPv2 (username and password). How do they handle BYOD in a cloud-first Entra ID environment?

  1. Deploy an onboarding portal (e.g., SecureW2 JoinNow or similar BYOD onboarding tool).
  2. Students connect to an open 'Onboarding' SSID, which redirects them to the portal.
  3. The portal prompts the student to authenticate against Azure Entra ID (using their university email and MFA).
  4. Upon successful authentication, the portal generates a unique client certificate and automatically configures the student's device for EAP-TLS.
  5. The device automatically connects to the secure 'Edu-Secure' SSID using the new certificate.
GuidesSlugPage.examinerCommentary Managing certificates for unmanaged BYOD devices is the hardest part of 802.1X. You cannot use Intune because the university doesn't own the laptops. Using an onboarding portal bridges this gap, allowing the use of secure EAP-TLS without requiring IT to manually touch thousands of student laptops.

GuidesSlugPage.practiceQuestionsTitle

Q1. Your organisation is migrating to Azure Entra ID and Intune. You currently use PEAP-MSCHAPv2 for WiFi. The security team mandates that WiFi authentication must be resistant to credential theft. Which EAP method should you deploy?

GuidesSlugPage.hintPrefixWhich method relies entirely on certificates rather than passwords?

GuidesSlugPage.viewModelAnswer

You should deploy EAP-TLS. EAP-TLS uses mutual certificate authentication, meaning the client device must present a valid certificate issued by your PKI. Because it does not use passwords, it is highly resistant to credential theft and adversary-in-the-middle attacks.

Q2. After deploying EAP-TLS via Intune, users report they cannot connect to the WiFi. Looking at the RADIUS logs, you see 'Certificate Revocation Check Failed'. What is the most likely cause?

GuidesSlugPage.hintPrefixWhat infrastructure must the RADIUS server communicate with to verify a certificate hasn't been compromised?

GuidesSlugPage.viewModelAnswer

The RADIUS server is unable to reach the Certificate Revocation List (CRL) or OCSP endpoint of your Certificate Authority. Ensure that the firewalls allow the RADIUS server outbound access to the HTTP URLs specified in the client certificates.

Q3. A hospital needs to connect 50 legacy heart-rate monitors to the network. These devices only support WPA2-Personal (Pre-Shared Key) and cannot be enrolled in Intune. How should you secure them while maintaining your Entra ID 802.1X deployment for corporate laptops?

GuidesSlugPage.hintPrefixDo not mix authentication types on the same SSID.

GuidesSlugPage.viewModelAnswer

Create a dedicated, separate SSID specifically for the medical IoT devices. Use a strong, unique Pre-Shared Key (or Identity PSK/iPSK if supported by your network vendor) or MAC Authentication Bypass (MAB). Crucially, place this SSID on a highly restricted VLAN with strict Access Control Lists (ACLs) that only allow the monitors to communicate with their specific medical server, blocking all other lateral network access.