
Why Two-Factor Authentication Is Mandatory for Tax Professionals
Tax professionals handle some of the most sensitive data in any business sector—Social Security numbers, bank account details, W-2s, and financial records for thousands of clients. A single compromised login to your tax software exposes this entire dataset to attackers, triggering regulatory penalties, client notification obligations, and lasting damage to your firm's reputation.
The IRS Security Six framework, detailed in IRS Publication 4557, mandates that all tax professionals implement multi-factor authentication as a foundational access control. This requirement applies whether you use Drake Tax, Lacerte, ProSeries, UltraTax CS, CCH Axcess, or any other professional tax preparation platform.
Failing to implement 2FA leaves your practice exposed to the credential-based attacks that dominate modern cybercrime—and places you in direct violation of federal security requirements that govern every CPA and accounting firm handling taxpayer data. This guide covers the technical foundation, platform-specific setup procedures, and real-world implementation strategies you need to deploy two-factor authentication for tax software effectively.
2FA Security Impact: By The Numbers
Microsoft 2025 Security Report
Verizon DBIR 2024
IBM Cost of Data Breach 2025
2026 IRS Compliance Deadline
All tax preparers must have compliant multi-factor authentication in place by the start of the 2026 filing season. The IRS requires documented 2FA implementation as part of your Written Information Security Plan for PTIN renewal and audit compliance.
What Is Two-Factor Authentication and Why Does It Matter for IRS Security Six Compliance?
Two-factor authentication (2FA) is a security mechanism requiring users to provide two distinct verification factors before gaining access to systems containing sensitive information. For tax professionals, implementing 2FA on tax software represents a foundational security control that dramatically reduces the risk of unauthorized access to client records and tax preparation data.
The IRS Security Six framework identifies six essential cybersecurity controls that all tax preparers must implement to protect nonpublic personal information (NPPI). Two-factor authentication serves as the primary access control layer within this framework, working alongside antivirus protection, firewall security, secure backups, drive encryption, and VPN security to create defense-in-depth protection.
How Authentication Factors Work
Authentication security relies on three distinct factor categories:
- Something you know — Passwords, PINs, or security questions
- Something you have — Physical tokens, smartphone apps, or smart cards
- Something you are — Biometric identifiers like fingerprints or facial recognition
True two-factor authentication requires factors from two different categories. A password combined with a security question does not constitute 2FA—both fall under "something you know." A password paired with a code from a smartphone authenticator app provides genuine multi-factor security by combining something you know with something you have.
According to NIST Special Publication 800-63-3, this combination achieves Authenticator Assurance Level 2 (AAL2), providing strong protection against credential theft, phishing attacks, and password database breaches that regularly compromise tax practices.
Understanding Two-Factor Authentication Methods for Tax Software
Not all two-factor authentication methods provide equal security. Tax professionals must understand the technical characteristics, security strengths, and implementation considerations for each authentication approach before selecting what to deploy across their practice.
Time-Based One-Time Passwords (TOTP): The Industry Standard
TOTP authentication uses the RFC 6238 standard to generate temporary codes through HMAC-based cryptographic functions. The algorithm combines a shared secret key with the current timestamp to produce a 6–8 digit code valid for 30 seconds. Both the authentication server and the client device independently generate the same code using synchronized time, enabling verification without transmitting the shared secret across the network.
TOTP provides strong protection against credential theft because codes expire rapidly and cannot be reused. Unlike SMS-based codes, TOTP functions offline and is not vulnerable to telecommunication interception or SIM-swap attacks. The primary limitation is susceptibility to real-time phishing attacks where an adversary immediately uses a captured code before it expires.
Popular TOTP authenticator apps for tax practices include Microsoft Authenticator (integrates with Microsoft 365, supports push notifications), Google Authenticator (simple, widely supported, works with most tax software platforms), Authy (offers cloud backup and multi-device synchronization), and Duo Mobile (enterprise-grade with detailed audit logs and device health checks).
FIDO2 Hardware Security Keys: Maximum Phishing Protection
FIDO2 (Fast Identity Online) authentication uses public-key cryptography where the hardware token stores a private key that never leaves the device. During authentication, the server sends a challenge that the token signs with its private key, and the server verifies the signature using the corresponding public key. This design eliminates shared secrets that attackers could intercept.
Hardware tokens provide the highest level of phishing resistance because they verify the authenticity of the login page through cryptographic domain binding. Attackers cannot trick users into authenticating to fraudulent sites because the token will only respond to challenges from registered domains. NIST SP 800-63-3 classifies hardware authenticators at Authenticator Assurance Level 3 (AAL3), the highest designation available.
Tax Software-Specific 2FA Setup: Platform-by-Platform Guide
Each major tax preparation software platform implements two-factor authentication differently. The configuration steps below reflect current procedures for the platforms serving the majority of professional tax preparers in 2026.
Drake Tax Software
Drake Tax supports 2FA through integration with Microsoft Authenticator and Google Authenticator. To enable two-factor authentication in Drake:
- Navigate to Setup → Security → User Security in Drake Tax
- Select the user account and enable "Require Multi-Factor Authentication"
- Users receive a QR code during their next login to pair their authenticator app
- Store backup recovery codes securely offline in case of device loss
Drake Tax also supports hardware security keys for administrator accounts through FIDO2 protocol when accessing Drake Cloud services—a configuration worth implementing for any account with administrative access to client records.
Lacerte and ProSeries
Intuit's professional tax software platforms use Intuit Account authentication with support for the Intuit Authenticator app (push notifications), third-party TOTP apps (Google Authenticator, Microsoft Authenticator, Authy), and FIDO2-certified hardware security keys.
Enable 2FA through your Intuit Account settings under Security → Two-step verification. A notable limitation: all users must individually enable 2FA through their own Intuit Account—administrators cannot enforce it centrally without Intuit practice management tools.
CCH Axcess and Related Platforms
Wolters Kluwer's CCH platforms implement 2FA through their Axcess Portal identity management system. Navigate to User Settings → Security Settings, enable Multi-Factor Authentication, and select your preferred method. CCH Axcess supports authenticator apps, hardware tokens, and biometric authentication on compatible devices.
Administrators can enforce 2FA requirements for all users through the Admin Portal under Security Policies—making CCH Axcess one of the more straightforward platforms for firm-wide mandatory enrollment.
Thomson Reuters UltraTax CS and GoSystem
Thomson Reuters platforms support 2FA through their CSIdentity authentication system. From the Admin Console, navigate to Security Settings and enable "Require Multi-Factor Authentication for All Users." Users configure their 2FA method at next login, choosing from TOTP apps, SMS (not recommended for sensitive taxpayer data), and hardware security keys.
Thomson Reuters also offers single sign-on (SSO) integration with identity providers like Microsoft Entra ID, enabling centralized 2FA management across all firm applications. This approach is particularly valuable for practices using multiple Thomson Reuters products alongside document management systems and client communication platforms.
Enterprise 2FA Implementation Timeline
Assessment and Planning (Week 1)
Inventory all tax software platforms, identify authentication capabilities, and select enterprise authentication strategy.
Pilot Deployment (Week 2)
Enable 2FA for IT administrators and test authentication workflows across all platforms before firm-wide rollout.
User Enrollment (Weeks 3-4)
Deploy authenticator apps to all staff, provide hands-on training, and configure backup recovery procedures.
Policy Enforcement (Week 5)
Enable mandatory 2FA across all platforms, disable legacy authentication methods, and update WISP documentation.
Monitoring and Maintenance (Ongoing)
Review authentication logs monthly, conduct quarterly access reviews, and maintain current recovery procedures.
Advanced 2FA Strategies and Emerging Authentication Technologies
Tax practices deploying two-factor authentication today should also understand where authentication technology is heading—both to future-proof their architecture and to take advantage of stronger controls as they become available across major tax software platforms.
Passwordless Authentication
The authentication industry is moving away from passwords entirely. Passwordless systems use biometrics or hardware tokens as the sole authentication factor, removing password vulnerabilities from the attack surface altogether. Modern passwordless implementations use FIDO2 protocol where hardware security keys or platform authenticators (Windows Hello, Touch ID) perform cryptographic operations without requiring a password at any point.
Microsoft Entra ID and Google Workspace both support passwordless authentication for business applications today, enabling tax firms to eliminate password vulnerabilities while maintaining compliance with IRS WISP requirements.
Risk-Based Adaptive Authentication
Modern authentication platforms incorporate machine learning that assesses risk continuously and adjusts authentication requirements dynamically. By 2026, an estimated 40% of MFA solutions incorporate AI-driven behavioral analytics for access anomaly detection.
Adaptive authentication evaluates device recognition, location analysis, time patterns, behavioral biometrics, and access patterns. This approach balances security with usability by applying stronger authentication only when risk indicators suggest potential compromise. Platforms like Microsoft Entra ID Conditional Access, Duo Beyond, and Okta Adaptive MFA bring this capability to tax software environments today.
Bottom Line
Two-factor authentication is mandatory for all tax preparers handling taxpayer data under IRS Security Six requirements. Implementation costs are minimal—free for TOTP apps, $25-70 for hardware keys—while preventing 99.9% of automated attacks that target credential theft.
Common 2FA Implementation Challenges and How to Solve Them
Tax practices deploying two-factor authentication encounter predictable obstacles. Understanding these challenges in advance lets you implement countermeasures before they become blockers to a firm-wide rollout.
User Resistance and Adoption
Research shows 49% of organizations cite poor user experience as a barrier to MFA adoption. Users perceive authentication as workflow friction, especially when prompted multiple times daily. Resistance shows up as workarounds like storing credentials insecurely, elevated help desk call volume, and simple non-compliance with enrollment deadlines.
Address resistance through communication that emphasizes personal benefits—2FA protects users' own financial accounts and identities, not just firm data. Implement adaptive authentication to reduce repeated prompts on recognized trusted devices. Executive sponsorship matters: when partners and firm owners actively use 2FA and discuss its importance, staff adoption increases measurably.
Legacy System Integration
Many tax practices operate heterogeneous environments that include legacy applications lacking native 2FA support. Document management systems, older tax software versions, and custom applications frequently use proprietary authentication protocols that cannot integrate with modern identity providers without significant rework.
Authentication proxy solutions resolve this without modifying application code. Products like Azure Application Proxy, identity provider Access Gateway, or zero-trust network access (ZTNA) solutions insert 2FA requirements before legacy systems at the network or proxy layer. For systems requiring direct network access, enforce 2FA at the VPN layer so authentication occurs before any legacy system connectivity.
Mobile Device Management and BYOD
Many tax professionals use personal smartphones for authenticator apps, creating security and support challenges. When staff leave, change phone numbers, or lose devices, authentication recovery becomes complicated. Personal devices may also lack the security controls that firm data warrants.
Implement mobile device management (MDM) or mobile application management (MAM) solutions that enforce security policies on devices running authenticator apps—requiring device passcodes, enabling remote wipe capabilities, and verifying current operating system versions. For practices with strict data handling requirements, hardware security keys eliminate BYOD complexity entirely while providing stronger security than smartphone-based apps.
Need Expert 2FA Implementation?
Our cybersecurity team has helped 4,000+ tax professionals implement compliant multi-factor authentication across all major tax software platforms.
Building Security Beyond Two-Factor Authentication
Two-factor authentication is the single most effective control for preventing credential-based attacks—but it addresses only one attack vector. Tax practices must implement all six Security Six controls to create the layered protection that IRS Publication 4557 requires and that modern threat actors demand.
The Full Security Six Framework
The six controls work together to address different threat categories, each filling gaps the others cannot:
- Multi-factor authentication — Prevents unauthorized access even when passwords are compromised
- Endpoint Detection and Response (EDR) — Detects and blocks malware, ransomware, and advanced persistent threats
- Firewall protection — Controls network traffic and prevents unauthorized access to internal systems
- Encrypted data backups — Enables recovery from ransomware attacks and catastrophic system failures
- Drive encryption — Protects client data on lost or stolen devices through full-disk encryption
- VPN security — Encrypts data transmission and secures remote access over public networks
Attackers use multiple vectors simultaneously. 2FA prevents credential theft, EDR blocks malware execution, backups enable recovery, and encryption protects data at rest. Firms implementing only 2FA remain exposed to malware delivered through phishing emails and malicious downloads that bypass authentication entirely.
WISP Requirements for 2FA Documentation
IRS Publication 4557 requires all tax preparers to maintain a Written Information Security Plan (WISP) documenting security policies and procedures. Your WISP must specifically address multi-factor authentication requirements for all users accessing taxpayer data, approved and prohibited authentication methods, account recovery procedures for lost or compromised devices, authentication log review frequency and assigned responsibilities, and user training requirements with completion documentation.
During IRS audits or PTIN renewal reviews, you must demonstrate not just that 2FA exists, but that it is properly configured, actively monitored, and universally enforced across your practice. Regulators look for documented evidence of active management—not a one-time setup that was never revisited. The increasing frequency of attacks targeting tax firms makes this documentation even more essential for demonstrating due diligence.
Protect Your Tax Practice with Expert Cybersecurity
Our cybersecurity specialists have helped over 4,000 tax professionals implement IRS-compliant two-factor authentication, endpoint protection, and complete Written Information Security Plans.
Frequently Asked Questions About Two-Factor Authentication for Tax Software
Two-factor authentication (2FA) requires users to provide two different verification factors—typically a password plus a code from an authenticator app—before accessing tax software. Tax preparers need 2FA because the IRS Security Six framework mandates multi-factor authentication for all practices handling taxpayer data, and because credential theft is the leading attack vector targeting tax firms.
All major tax software platforms support 2FA in 2026: Drake Tax (via Microsoft/Google Authenticator), Lacerte and ProSeries (via Intuit Account), CCH Axcess (native 2FA system), Thomson Reuters UltraTax CS (via CSIdentity), and most cloud-based tax platforms. Enterprise platforms also support hardware security keys and SSO integration.
TOTP authenticator apps generate time-based codes on smartphones and cost nothing to deploy, but are vulnerable to real-time phishing attacks. Hardware security keys ($25-70 each) use cryptographic protocols that provide complete phishing resistance and meet NIST AAL3 security standards. For maximum security, use hardware keys for administrators and TOTP apps for general users.
Every 2FA implementation must include backup recovery codes—unique one-time codes that bypass normal 2FA requirements. Store these codes securely offline, separate from your passwords. Most platforms also support multiple enrolled devices or administrative override procedures. Test your recovery process before you need it.
SMS authentication meets the technical definition of 2FA but is not recommended for tax software due to SIM-swap attacks and telecommunications vulnerabilities. NIST SP 800-63-3 discourages SMS for sensitive applications. Use TOTP authenticator apps or hardware keys instead—both provide stronger security at similar cost.
TOTP authenticator apps are free to deploy across your entire practice. Hardware security keys cost $25-70 per user but provide maximum security. The total implementation cost is typically under $500 for small practices and $2,000-5,000 for larger firms—minimal compared to the $4.88 million average cost of a data breach.
This varies by platform. CCH Axcess and Thomson Reuters allow administrators to enforce 2FA firm-wide through policy settings. Drake Tax and Intuit platforms require individual user enrollment unless you implement enterprise SSO with centralized identity management through Microsoft Entra ID or similar solutions.
2FA prevents credential-based attacks but does not stop malware, ransomware, or phishing attacks that bypass authentication entirely. Tax practices need all six IRS Security Six controls—2FA, endpoint protection, firewalls, encrypted backups, drive encryption, and VPN security—to address the full range of threats.
Most tax software platforms remember trusted devices for 30-90 days, requiring 2FA only on new devices or after extended periods of inactivity. Adaptive authentication systems can reduce prompts further by analyzing risk factors. Users typically authenticate 1-3 times per month on their primary workstations.
Your Written Information Security Plan must document: which authentication methods are approved and prohibited, enrollment procedures for new users, recovery procedures for lost devices, log review frequency and responsible parties, user training requirements and completion records, and annual review procedures for authentication policies. The IRS expects detailed documentation during audits.
Schedule
Need help with IRS compliance?
Our tax cybersecurity specialists can review your security posture and help you get compliant.

