{"id":9298,"date":"2026-07-02T02:28:38","date_gmt":"2026-07-01T23:28:38","guid":{"rendered":"https:\/\/www.protectimus.com\/blog\/?p=9298"},"modified":"2026-07-09T15:28:46","modified_gmt":"2026-07-09T12:28:46","slug":"host-level-vs-network-level-mfa","status":"publish","type":"post","link":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/","title":{"rendered":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)"},"content":{"rendered":"\n<p>Managing remote access security requires a decision most teams avoid until something goes wrong: where exactly should MFA be enforced? At the network edge, or on the host itself? The answer isn&#8217;t binary \u2014 but getting the layer wrong means either leaving critical servers exposed after a perimeter breach, or blocking legitimate administrators from getting in when the network stack misbehaves.<\/p>\n\n\n\n<p>This article breaks down the two enforcement models, what each one actually protects, and when using both together is the right call.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TL;DR \/ Quick Answer<\/strong><\/h2>\n\n\n\n<p>There are two distinct layers where MFA can be enforced in a Windows environment:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Host-level MFA (Windows Credential Provider)<\/strong> intercepts authentication directly on the machine \u2014 at the Windows logon screen or during an RDP session. It protects the host regardless of how the user reached it. Works with NLA. Supports offline mode. Best for servers, jump hosts, and workstations.<\/li>\n\n\n\n<li><strong>Network-level MFA (RADIUS proxy)<\/strong> enforces a second factor at the network edge for VPN, VDI, and other RADIUS-authenticated services before users reach internal resources. No agent required on individual hosts. Best for remote access and network perimeter.<\/li>\n\n\n\n<li><strong>Strategy:<\/strong> most enterprise environments need both. Network-level MFA stops attackers at the perimeter; host-level MFA stops lateral movement after a perimeter breach.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Two Enforcement Layers<\/strong><\/h2>\n\n\n\n<p>The fundamental difference between host-level and network-level MFA comes down to where in the access chain the second factor is checked.<\/p>\n\n\n\n<p><strong>Host-level MFA<\/strong> sits inside the operating system. A Credential Provider agent installed on a Windows machine intercepts the logon process \u2014 whether that&#8217;s a local console login or an inbound RDP session. The MFA check happens before the Windows shell loads, meaning an attacker who reaches the login screen still can&#8217;t get in without the second factor.<\/p>\n\n\n\n<p><strong>Network-level MFA<\/strong> sits in front of your infrastructure. A RADIUS proxy receives authentication requests from a RADIUS-enabled service or device, validates the user&#8217;s password against Active Directory or LDAP, and then issues a second-factor challenge before returning an Access-Accept to the network device. The host never sees the unauthenticated connection attempt.<\/p>\n\n\n\n<p>Neither layer is a substitute for the other. A network-level MFA deployment alone does not protect Windows logon or direct RDP authentication on the target host. If an attacker reaches the login screen through another path, host-level MFA remains the final control preventing unauthorized access. And according to Mandiant&#8217;s 2026 threat intelligence report (covering IR cases from 2025), attackers used RDP for lateral movement in approximately 85% of intrusions after gaining initial access. Stopping them at the VPN gateway doesn&#8217;t help if they got in through a different path.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Host-Level MFA: The Credential Provider Approach<\/strong><\/h2>\n\n\n\n<p>Host-level MFA integrates directly into the Windows Authentication Architecture. The <a href=\"https:\/\/www.protectimus.com\/winlogon\/\">Protectimus Winlogon component<\/a> installs a custom Credential Provider on each Windows machine, intercepting the logon process immediately after primary credential submission and before the session is established.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Technical Implementation<\/h3>\n\n\n\n<p>When a user attempts to log in \u2014 via RDP or a physical console \u2014 the Credential Provider agent intervenes. It pauses the Windows logon sequence until MFA verification completes. If the user provides a valid OTP or approves a push notification, the agent releases the handshake and the Windows shell loads. If MFA fails or times out, access is denied regardless of whether the password was correct.<\/p>\n\n\n\n<p>This happens at a level below the Windows session, which means it applies to every interactive authentication path, including local logon and Remote Desktop, before Windows establishes the user session.<\/p>\n\n\n\n<div style=\"width:100%;max-width:620px;margin:30px auto;font-family:Arial,sans-serif;box-sizing:border-box;\">\n\n<div style=\"display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;\">\n\n<div style=\"width:100%;max-width:460px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>User starts Windows logon<\/strong><br>\n<small>Local console or Remote Desktop (RDP)<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:460px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:460px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>Protectimus Winlogon Agent<\/strong><br>\n<small>Intercepts the Windows logon process<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:460px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:460px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>MFA Verification<\/strong><br>\n<small>OTP, Push, Hardware Token, Email or SMS<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:460px;text-align:center;margin:16px 0 10px;box-sizing:border-box;\">\n<div style=\"display:inline-block;max-width:100%;box-sizing:border-box;padding:10px 22px;border:1px solid #111111;background:#ffffff;font-weight:bold;\">\nAuthentication Successful?\n<\/div>\n<\/div>\n\n<div style=\"display:flex;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;max-width:520px;box-sizing:border-box;\">\n\n<div style=\"width:50%;text-align:center;box-sizing:border-box;\">\n\n<div style=\"font-size:13px;font-weight:bold;color:#11823b;margin-bottom:4px;\">\nYes\n<\/div>\n\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n\n<div style=\"font-size:13px;line-height:10px;\">\u25bc<\/div>\n\n<div style=\"margin-top:8px;padding:16px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.60) 0%,rgba(123,225,255,.38) 45%,rgba(123,225,255,.08) 100%);text-align:center;box-sizing:border-box;\">\n<strong>Windows Session<\/strong><br>\n<small>Access granted<\/small>\n<\/div>\n\n<\/div>\n\n<div style=\"width:50%;text-align:center;box-sizing:border-box;\">\n\n<div style=\"font-size:13px;font-weight:bold;color:#b42318;margin-bottom:4px;\">\nNo\n<\/div>\n\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n\n<div style=\"font-size:13px;line-height:10px;\">\u25bc<\/div>\n\n<div style=\"margin-top:8px;padding:16px;border:1px solid #111111;background:#ffffff;text-align:center;box-sizing:border-box;\">\n<strong>Access Denied<\/strong><br>\n<small>Windows session is never created<\/small>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n\n\n\n<p>LA Compatibility<\/p>\n\n\n\n<p>Network Level Authentication (NLA) pre-authenticates the RDP connection before a full desktop session is established, which reduces the attack surface for pre-auth exploits. The Protectimus Winlogon component is fully compatible with NLA \u2014 it handles the MFA step within the NLA handshake, not after it. NLA should remain enabled; disabling it to accommodate an MFA solution is the wrong trade-off.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Offline Mode<\/h3>\n\n\n\n<p>In environments where the Protectimus MFA server is temporarily unreachable \u2014 network outage, maintenance window, infrastructure failure \u2014 the Winlogon agent supports offline authentication. Pre-configured offline codes allow administrators to authenticate without a live connection to the MFA server. This is a meaningful operational advantage over RADIUS-dependent approaches for machine-local access.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Deployment at Scale<\/h3>\n\n\n\n<p>For environments with more than a handful of machines, the Winlogon component supports GPO-based deployment from a domain controller, which means you can roll out host-level MFA to hundreds of servers without touching each one individually. Group Policy also handles configuration: which users require MFA, which machines are in scope, offline mode settings, and trusted device policies.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.protectimus.com\/mfa-for-rdp\/\">MFA for Remote Desktop<\/a> page covers the RDP-specific deployment in detail, including configuration for RD Gateway environments and Remote Desktop Services farms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why Host-Level MFA Matters for Lateral Movement<\/h3>\n\n\n\n<p>The Coalition 2025 Cyber Claims Report found that remote access services were the entry point in 87% of ransomware incidents. But entry is only the first step. Once inside, attackers move laterally \u2014 and RDP is the tool of choice. Microsoft&#8217;s Digital Defense Report 2025 notes that RDP credentials appear in 53% of remote access listings on criminal marketplaces, which tells you exactly where post-breach attackers look first.<\/p>\n\n\n\n<p>Host-level MFA breaks that pattern. Even with valid credentials \u2014 stolen, phished, or extracted from memory \u2014 an attacker hitting an RDP login prompt on a protected server still needs the second factor.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Network-Level MFA: The RADIUS Proxy Approach<\/strong><\/h2>\n\n\n\n<p>Network-level MFA shifts the verification burden to the perimeter. The <a href=\"https:\/\/www.protectimus.com\/radius-authentication\/\">Protectimus RADIUS MFA proxy<\/a> sits between your RADIUS clients and your identity source (Active Directory or LDAP), enforcing a second factor before authentication requests are approved. This model supports a wide range of RADIUS-enabled services, including VPN, VDI, PAM, and Linux authentication.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Technical Implementation<\/h3>\n\n\n\n<p>The flow is straightforward. A VPN gateway sends a RADIUS Access-Request to the Protectimus proxy. The proxy validates the user&#8217;s credentials against AD\/LDAP. If the password is correct, the proxy issues a RADIUS Access-Challenge \u2014 prompting the user for their OTP. The user enters the code; the gateway receives an Access-Accept and establishes the tunnel.<\/p>\n\n\n\n<p>For network devices that don&#8217;t support RADIUS Access-Challenge (some older firmware versions handle authentication as a single round), Protectimus supports Inline Mode: the user enters their password and OTP together in a single field using a configured separator. The proxy parses the combined input, validates each component separately, and returns the appropriate response.<\/p>\n\n\n\n<div style=\"width:100%;max-width:760px;margin:30px auto;font-family:Arial,sans-serif;box-sizing:border-box;\">\n\n<div style=\"display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;\">\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>1. User<\/strong><br>\n<small>Enters username and password in VPN \/ Wi-Fi client<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">RADIUS Access-Request<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>2. Network Device<\/strong><br>\n<small>VPN gateway, firewall, Wi-Fi controller, or RADIUS client<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">Forwards request to Protectimus<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>3. Protectimus RADIUS Server<\/strong><br>\n<small>Receives the request and validates the first factor<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">Checks username and password against AD \/ LDAP<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>4. User Storage<\/strong><br>\n<small>Active Directory \/ LDAP validates the credentials<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">Password validated<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>5. Protectimus Requests MFA<\/strong><br>\n<small>Returns a RADIUS Access-Challenge and prompts the user for an OTP<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">User enters OTP<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.35) 0%,rgba(123,225,255,.18) 45%,rgba(123,225,255,0) 100%);text-align:center;\">\n<strong>6. OTP Validation<\/strong><br>\n<small>Protectimus verifies the one-time password<\/small>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;text-align:center;margin:8px 0;box-sizing:border-box;\">\n<div style=\"font-size:13px;color:#555;margin-bottom:4px;\">OTP OK \u2192 RADIUS Access-Accept<\/div>\n<div style=\"width:2px;height:18px;background:#111;margin:0 auto;\"><\/div>\n<div style=\"font-size:13px;line-height:10px;color:#111;\">\u25bc<\/div>\n<\/div>\n\n<div style=\"width:100%;max-width:520px;box-sizing:border-box;padding:16px 20px;border:1px solid #111111;background:linear-gradient(135deg,rgba(123,225,255,.60) 0%,rgba(123,225,255,.38) 45%,rgba(123,225,255,.08) 100%);text-align:center;\">\n<strong>7. Access Granted<\/strong><br>\n<small>The VPN tunnel or network session is established<\/small>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Network-Level MFA Protects<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>VPN access<\/strong> \u2014 any SSL VPN or IPsec gateway using RADIUS authentication: Cisco ASA\/FTD, Fortinet FortiGate, Palo Alto GlobalProtect, SonicWall, Juniper, Check Point, F5 APM<\/li>\n\n\n\n<li><strong>Virtual Desktop Infrastructure (VDI)<\/strong> \u2014 RADIUS-enabled remote desktop platforms such as VMware Horizon, Parallels RAS, Citrix ADC\/Gateway, NetApp VDS, Nerdio, and NComputing vSpace.<\/li>\n\n\n\n<li><strong>Privileged Access Management (PAM)<\/strong> \u2014 RADIUS-enabled administrative access platforms such as Wallix PAM.<\/li>\n\n\n\n<li><strong>Linux systems<\/strong> \u2014 SSH and system logon protected through RADIUS authentication.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Why Network-Level MFA Matters for Perimeter Defense<\/h3>\n\n\n\n<p>Verizon DBIR 2025 data shows that exploitation of edge and VPN devices grew approximately 8x year-over-year, with 22% of breaches involving edge infrastructure \u2014 firewalls, VPN concentrators, and remote access gateways. Of the systems targeted, only about 54% were patched within the median 32-day window.<\/p>\n\n\n\n<p>Network-level MFA doesn&#8217;t patch vulnerabilities, but it raises the bar significantly for credential-based attacks. Rapid7 and Cisco PSIRT documented that ransomware groups Akira and LockBit ran brute-force campaigns against Cisco ASA VPN endpoints \u2014 and found zero confirmed cases where a correctly configured MFA deployment was bypassed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Integration Realities: Where Things Get Complicated<\/h3>\n\n\n\n<p>RADIUS is a standard protocol, but vendor implementations vary. A few specifics worth knowing before deployment:<\/p>\n\n\n\n<p><strong>Authentication timeout.<\/strong> Some VPN platforms use a default RADIUS timeout that is too short for users to retrieve and enter a one-time password. Increasing the timeout (typically to 30 seconds or more) is often required to avoid failed authentications.<\/p>\n\n\n\n<p><strong>Access-Challenge support. <\/strong>While most modern RADIUS clients support the Access-Challenge exchange required for interactive MFA, some legacy devices only support a single authentication round. For those systems, Protectimus supports Inline Mode, allowing users to enter their password and OTP together in one field.<\/p>\n\n\n\n<p><strong>Vendor-specific implementation details. <\/strong>Although RADIUS is a standard protocol, administrative interfaces and configuration workflows differ between vendors. Always follow the integration guide for your specific platform<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Comparison<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\" style=\"margin:30px 0;overflow-x:auto;\">\n<table class=\"has-fixed-layout\" style=\"width:100%;border-collapse:collapse;font-family:Arial,sans-serif;font-size:15px;line-height:1.5;border:1px solid #111111;\">\n<tbody>\n<tr style=\"background:linear-gradient(135deg,rgba(123,225,255,.45) 0%,rgba(123,225,255,.22) 45%,rgba(123,225,255,.05) 100%);\">\n<td style=\"padding:14px;border:1px solid #111111;\"><strong>Dimension<\/strong><\/td>\n<td style=\"padding:14px;border:1px solid #111111;\"><strong>Host-Level (Credential Provider)<\/strong><\/td>\n<td style=\"padding:14px;border:1px solid #111111;\"><strong>Network-Level (RADIUS Proxy)<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Protects<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Windows logon, RDP sessions<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">RADIUS-enabled services (VPN, VDI, PAM, etc.)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Enforcement point<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Host<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Network edge<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Installed on<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Each Windows host<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Dedicated RADIUS proxy server<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Best for<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Servers, jump hosts, workstations<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Remote access \/ network edge<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Offline support<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Yes (cached\/offline mode)<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Depends on HA design<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Protectimus component<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><a href=\"https:\/\/www.protectimus.com\/winlogon\/\">Winlogon<\/a><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><a href=\"https:\/\/www.protectimus.com\/radius-authentication\/\">RADIUS component<\/a><\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Agent required<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Yes \u2014 per Windows host<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">No \u2014 centralized proxy<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>NLA compatible<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Yes<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">N\/A (different protocol layer)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Covers non-Windows devices<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">No<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Yes (any RFC 2865 RADIUS client)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 14px;border:1px solid #111111;\"><strong>Lateral movement protection<\/strong><\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">Yes<\/td>\n<td style=\"padding:13px 14px;border:1px solid #111111;\">No (perimeter protection)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>The table makes the complementary nature of the two layers obvious: network-level MFA stops attackers before they reach the internal network; host-level MFA stops them from moving laterally once they&#8217;re inside.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using Both Together: The Architecture Strategy<\/strong><\/h2>\n\n\n\n<p>Most enterprise environments don&#8217;t choose one layer \u2014 they deploy both and configure them so a single token enrollment covers everything.<\/p>\n\n\n\n<p>The practical architecture: a Protectimus deployment with both the Winlogon agent (on Windows hosts) and the RADIUS proxy (protecting RADIUS-enabled services) means a user enrolls one authenticator app or hardware token and uses it for VPN login, Windows logon, and RDP sessions. One enrollment, one helpdesk workflow, centralized administration.<\/p>\n\n\n\n<p>Microsoft&#8217;s data shows MFA blocks more than 99.2% of automated account compromise attacks. The remaining vectors \u2014 session hijacking, MFA fatigue attacks, SIM swapping \u2014 are harder to execute at scale and require targeted effort rather than automated tooling.<\/p>\n\n\n\n<p>For organizations managing Active Directory at scale, adding a directory-level MFA layer via <a href=\"https:\/\/www.protectimus.com\/mfa-for-active-directory\/\">two-factor authentication for Active Directory<\/a> extends protection to LDAP binds and AD-integrated applications \u2014 covering authentication paths that neither the Winlogon agent nor the RADIUS proxy touches directly.<\/p>\n\n\n\n<p>For environments where some users require authentication without a smartphone \u2014 manufacturing floors, secure facilities, roles where personal devices aren&#8217;t permitted \u2014 <a href=\"https:\/\/www.protectimus.com\/tokens\/\">hardware TOTP tokens<\/a> work across both layers from a single enrollment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Defense in Depth in Practice<\/h3>\n\n\n\n<p>Consider a realistic attack scenario: an attacker obtains valid VPN credentials through phishing. Network-level MFA stops them at the gateway \u2014 they have the password but not the second factor. Now consider a variant where the attacker compromises another account that has VPN access but isn&#8217;t protected by MFA due to a configuration gap. They get through the VPN.<\/p>\n\n\n\n<p>At that point, host-level MFA is the next barrier. Every server they attempt to reach via RDP presents an MFA prompt. Without the registered second factor for those accounts, lateral movement stalls.<\/p>\n\n\n\n<p>Neither layer alone closes both scenarios. Both layers together do.<\/p>\n<span class=\"et_bloom_bottom_trigger\"><\/span>","protected":false},"excerpt":{"rendered":"<p>Managing remote access security requires a decision most teams avoid until something goes wrong: where exactly should MFA be enforced? At the network edge, or on the host itself? The answer isn&#8217;t binary \u2014 but getting the layer wrong means either leaving critical servers exposed after a perimeter breach, or blocking legitimate administrators from getting [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":9304,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[9],"tags":[16,202,118,230,120,194,1354,1276,99],"class_list":["post-9298","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-protectimus-products","tag-2fa","tag-cybersecurity","tag-data-protection","tag-information-security","tag-multifactor-authentication","tag-protectimus-en","tag-protectimus-winlogon-en","tag-radius-en","tag-two-factor-authentication"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Anna\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Protectimus ltd\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus\" \/>\n\t\t<meta property=\"og:description\" content=\"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/\" \/>\n\t\t<meta property=\"article:tag\" content=\"2fa\" \/>\n\t\t<meta property=\"article:tag\" content=\"cybersecurity\" \/>\n\t\t<meta property=\"article:tag\" content=\"data protection\" \/>\n\t\t<meta property=\"article:tag\" content=\"information security\" \/>\n\t\t<meta property=\"article:tag\" content=\"multifactor authentication\" \/>\n\t\t<meta property=\"article:tag\" content=\"protectimus\" \/>\n\t\t<meta property=\"article:tag\" content=\"protectimus winlogon\" \/>\n\t\t<meta property=\"article:tag\" content=\"radius\" \/>\n\t\t<meta property=\"article:tag\" content=\"two-factor authentication\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-01T23:28:38+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-09T12:28:46+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/protectimus\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@protectimus\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@protectimus\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Anna\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#article\",\"name\":\"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus\",\"headline\":\"Host-Level vs Network-Level MFA: Credential Provider (RDP\\\/Windows Logon) vs RADIUS Proxy (VPN\\\/Wi-Fi)\",\"author\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/author\\\/ann\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/network.jpg\",\"width\":1280,\"height\":600,\"caption\":\"Host-Level vs Network-Level MFA: Credential Provider (RDP\\\/Windows Logon) vs RADIUS Proxy (VPN\\\/Wi-Fi)\"},\"datePublished\":\"2026-07-02T02:28:38+03:00\",\"dateModified\":\"2026-07-09T15:28:46+03:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#webpage\"},\"articleSection\":\"Protectimus Products, 2FA, cybersecurity, data protection, information security, multifactor authentication, Protectimus, Protectimus Winlogon, RADIUS, two-factor authentication, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.protectimus.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/category\\\/protectimus-products\\\/#listItem\",\"name\":\"Protectimus Products\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/category\\\/protectimus-products\\\/#listItem\",\"position\":2,\"name\":\"Protectimus Products\",\"item\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/category\\\/protectimus-products\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#listItem\",\"name\":\"Host-Level vs Network-Level MFA: Credential Provider (RDP\\\/Windows Logon) vs RADIUS Proxy (VPN\\\/Wi-Fi)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#listItem\",\"position\":3,\"name\":\"Host-Level vs Network-Level MFA: Credential Provider (RDP\\\/Windows Logon) vs RADIUS Proxy (VPN\\\/Wi-Fi)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/category\\\/protectimus-products\\\/#listItem\",\"name\":\"Protectimus Products\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/#organization\",\"name\":\"Protectimus\",\"description\":\"Blog Company\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/\",\"telephone\":\"+35319014565\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/protectimus\",\"https:\\\/\\\/twitter.com\\\/protectimus\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCwhXKBLAQfXca6bBWKjj27g\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/protectimus-solution-ltd\\\/mycompany\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/author\\\/ann\\\/#author\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/author\\\/ann\\\/\",\"name\":\"Anna\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d39b4328d187c831d5ebe5986dd92c9abc337b45adca23fcab04e0a0d0e0adc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Anna\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#webpage\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/\",\"name\":\"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus\",\"description\":\"Credential Provider MFA for RDP & Windows Logon vs RADIUS proxy for VPN & Wi-Fi: where each works, what each misses, and when to combine both approaches.\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/author\\\/ann\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/author\\\/ann\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/network.jpg\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#mainImage\",\"width\":1280,\"height\":600,\"caption\":\"Host-Level vs Network-Level MFA: Credential Provider (RDP\\\/Windows Logon) vs RADIUS Proxy (VPN\\\/Wi-Fi)\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/host-level-vs-network-level-mfa\\\/#mainImage\"},\"datePublished\":\"2026-07-02T02:28:38+03:00\",\"dateModified\":\"2026-07-09T15:28:46+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/\",\"name\":\"Protectimus Limited\",\"description\":\"Blog Company\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.protectimus.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus<\/title>\n\n","aioseo_head_json":{"title":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","description":"Credential Provider MFA for RDP & Windows Logon vs RADIUS proxy for VPN & Wi-Fi: where each works, what each misses, and when to combine both approaches.","canonical_url":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#article","name":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","headline":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)","author":{"@id":"https:\/\/www.protectimus.com\/blog\/author\/ann\/#author"},"publisher":{"@id":"https:\/\/www.protectimus.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.protectimus.com\/blog\/wp-content\/uploads\/2026\/07\/network.jpg","width":1280,"height":600,"caption":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)"},"datePublished":"2026-07-02T02:28:38+03:00","dateModified":"2026-07-09T15:28:46+03:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#webpage"},"isPartOf":{"@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#webpage"},"articleSection":"Protectimus Products, 2FA, cybersecurity, data protection, information security, multifactor authentication, Protectimus, Protectimus Winlogon, RADIUS, two-factor authentication, English"},{"@type":"BreadcrumbList","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.protectimus.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/#listItem","name":"Protectimus Products"}},{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/#listItem","position":2,"name":"Protectimus Products","item":"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#listItem","name":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#listItem","position":3,"name":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)","previousItem":{"@type":"ListItem","@id":"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/#listItem","name":"Protectimus Products"}}]},{"@type":"Organization","@id":"https:\/\/www.protectimus.com\/blog\/#organization","name":"Protectimus","description":"Blog Company","url":"https:\/\/www.protectimus.com\/blog\/","telephone":"+35319014565","sameAs":["https:\/\/www.facebook.com\/protectimus","https:\/\/twitter.com\/protectimus","https:\/\/www.youtube.com\/channel\/UCwhXKBLAQfXca6bBWKjj27g","https:\/\/www.linkedin.com\/company\/protectimus-solution-ltd\/mycompany\/"]},{"@type":"Person","@id":"https:\/\/www.protectimus.com\/blog\/author\/ann\/#author","url":"https:\/\/www.protectimus.com\/blog\/author\/ann\/","name":"Anna","image":{"@type":"ImageObject","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9d39b4328d187c831d5ebe5986dd92c9abc337b45adca23fcab04e0a0d0e0adc?s=96&d=mm&r=g","width":96,"height":96,"caption":"Anna"}},{"@type":"WebPage","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#webpage","url":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/","name":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","description":"Credential Provider MFA for RDP & Windows Logon vs RADIUS proxy for VPN & Wi-Fi: where each works, what each misses, and when to combine both approaches.","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/www.protectimus.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#breadcrumblist"},"author":{"@id":"https:\/\/www.protectimus.com\/blog\/author\/ann\/#author"},"creator":{"@id":"https:\/\/www.protectimus.com\/blog\/author\/ann\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.protectimus.com\/blog\/wp-content\/uploads\/2026\/07\/network.jpg","@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#mainImage","width":1280,"height":600,"caption":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)"},"primaryImageOfPage":{"@id":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/#mainImage"},"datePublished":"2026-07-02T02:28:38+03:00","dateModified":"2026-07-09T15:28:46+03:00"},{"@type":"WebSite","@id":"https:\/\/www.protectimus.com\/blog\/#website","url":"https:\/\/www.protectimus.com\/blog\/","name":"Protectimus Limited","description":"Blog Company","inLanguage":"en-GB","publisher":{"@id":"https:\/\/www.protectimus.com\/blog\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Protectimus ltd","og:type":"article","og:title":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","og:description":"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.","og:url":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/","article:tag":["2fa","cybersecurity","data protection","information security","multifactor authentication","protectimus","protectimus winlogon","radius","two-factor authentication"],"article:published_time":"2026-07-01T23:28:38+00:00","article:modified_time":"2026-07-09T12:28:46+00:00","article:publisher":"https:\/\/www.facebook.com\/protectimus","twitter:card":"summary","twitter:site":"@protectimus","twitter:title":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","twitter:description":"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.","twitter:creator":"@protectimus","twitter:label1":"Written by","twitter:data1":"Anna","twitter:label2":"Est. reading time","twitter:data2":"9 minutes"},"aioseo_meta_data":{"post_id":"9298","title":"Host-Level vs Network-Level MFA: RDP vs RADIUS | Protectimus","description":"Credential Provider MFA for RDP &amp; Windows Logon vs RADIUS proxy for VPN &amp; Wi-Fi: where each works, what each misses, and when to combine both approaches.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-07-09 12:29:11","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-01 22:48:53","updated":"2026-07-09 13:00:39"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.protectimus.com\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/\" title=\"Protectimus Products\">Protectimus Products<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHost-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.protectimus.com\/blog"},{"label":"Protectimus Products","link":"https:\/\/www.protectimus.com\/blog\/category\/protectimus-products\/"},{"label":"Host-Level vs Network-Level MFA: Credential Provider (RDP\/Windows Logon) vs RADIUS Proxy (VPN\/Wi-Fi)","link":"https:\/\/www.protectimus.com\/blog\/host-level-vs-network-level-mfa\/"}],"_links":{"self":[{"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/posts\/9298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/comments?post=9298"}],"version-history":[{"count":16,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/posts\/9298\/revisions"}],"predecessor-version":[{"id":9319,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/posts\/9298\/revisions\/9319"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/media\/9304"}],"wp:attachment":[{"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/media?parent=9298"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/categories?post=9298"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.protectimus.com\/blog\/wp-json\/wp\/v2\/tags?post=9298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}