TL;DR: Phishing-resistant authentication depends on the right factor mix, device context, and lifecycle management, according to Axiad, with NIST cited as support for certificate-based approaches. The practical lesson is that stronger authentication only works when enrollment, revocation, and password removal are governed end to end.
At a glance
What this is: This is a practitioner-focused comparison of hardware and software security tokens for MFA, with the key finding that phishing resistance depends on factor choice, device context, and lifecycle control.
Why it matters: It matters because IAM teams still have to align human authentication, device trust, and identity lifecycle operations when they harden access without creating enrollment or support bottlenecks.
By the numbers:
- 93% of organizations had two or more identity-related breaches in the past year.
- Implementing multi-factor authentication in its simplest form blocked up to 100% of automated bots, 99% of bulk phishing attacks, and 66% of targeted attacks in the study.
- Only 5.7% of organisations have full visibility into their service accounts.
👉 Read Axiad's analysis of hardware and software security tokens for MFA
Context
Phishing-resistant authentication is now a governance problem, not just a login design choice. For human identity programmes, the question is which factors hold up under real attacker pressure and which create hidden operational debt through enrollment, recovery, and device dependence.
The article’s central point is that hardware and software tokens each solve part of the problem, but neither removes the need for disciplined IAM lifecycle management. When organisations combine strong authenticators with inconsistent revocation, incomplete rollout, or password fallback, they preserve the very exposure they were trying to eliminate.
Key questions
Q: How should security teams choose between hardware tokens and software tokens for MFA?
A: Choose based on the risk profile and the user’s operating context. Hardware tokens usually provide stronger phishing resistance and better portability across devices, while software tokens are easier to distribute and support. The right answer depends on whether assurance, convenience, roaming access, or endpoint dependence is the bigger constraint in the programme.
Q: Why do phishing-resistant authenticators still fail in real IAM programmes?
A: They fail when organisations treat authentication as a one-time deployment instead of a governed lifecycle. If enrollment, revocation, renewal, and fallback access are not managed consistently, the strongest factor can be bypassed by exceptions, stale credentials, or weak recovery workflows.
Q: How do teams know whether MFA is actually improving security?
A: Look for reduced password use, fewer successful phishing attempts, lower help desk volume for account recovery, and consistent revocation of retired authenticators. If users still rely on weak fallback methods or old tokens remain valid, the programme is not delivering the intended assurance.
Q: Who should own certificate-based authentication governance in an enterprise?
A: Ownership should sit across IAM, endpoint operations, and security architecture, because certificate authentication depends on identity issuance, device trust, and revocation discipline. When no team owns the full lifecycle, the control becomes fragmented and exceptions start to behave like standing access.
Technical breakdown
Why phishing resistance depends on authenticator assurance level
Authentication Assurance Level, or AAL, describes how much confidence a verifier can place in the identity proofing and authenticator used. The article points to NIST SP 800-63 to show that AAL2 requires two distinct factors, while AAL3 requires a hardware-based authenticator with verifier impersonation resistance. In practice, that means the mechanism matters as much as the policy label. SMS OTP, push approvals, and certificate-backed keys do not offer the same resilience when adversaries can intercept, replay, or coerce a factor.
Practical implication: map high-risk applications to phishing-resistant AAL targets and stop treating all MFA methods as equivalent.
Hardware tokens, software tokens, and the device binding trade-off
Hardware tokens are physical authenticators such as security keys, smart cards, or OTP fobs. Software tokens can be stored in mobile devices, secure enclaves, or TPM-backed environments and are easier to distribute at scale. The trade-off is portability versus assurance. Hardware keys are harder to clone and can travel across devices, while software-based authenticators are often simpler for end users but depend more heavily on the security of the host device and recovery process. Phishing resistance improves when the factor cannot be casually copied or re-used.
Practical implication: decide whether roaming access or device-bound assurance is the business priority before standardising on a token type.
Certificate-based authentication and lifecycle management
Certificate-based authentication uses PKI to bind an identity to a cryptographic credential rather than a reusable password. The operational challenge is not issuance alone but the full lifecycle: enrollment, renewal, revocation, and password retirement. The article’s workflow shows that identity providers, certificate authorities, and endpoint controls all have to cooperate, otherwise strong authentication is undermined by fallback methods or orphaned credentials. This is a classic IAM governance issue because the control is only as strong as its offboarding and renewal discipline.
Practical implication: treat certificate issuance, renewal, and revocation as governed identity lifecycle processes, not one-time setup tasks.
NHI Mgmt Group analysis
Phishing-resistant authentication fails as a programme, not as a product. The article shows that stronger factors only matter when they are matched to the right use case, supported by lifecycle controls, and not undermined by password fallback. That means the real governance gap is not factor strength alone, but the absence of an authentication operating model that survives rollout, support, and recovery. Practitioners should treat MFA as a managed identity control plane, not a feature toggle.
Certificate-based authentication is really lifecycle governance in cryptographic form. The authentication mechanism is only one layer; enrollment, issuance, renewal, and revocation are what keep the trust boundary meaningful. When those processes are fragmented across identity providers and support teams, the programme reintroduces the same risks it was meant to remove. The practical conclusion is that authentication hardening must be governed as a lifecycle discipline, not an endpoint project.
Strong authentication does not eliminate user friction, it relocates it. Hardware tokens, software tokens, and certificate flows shift effort from password recovery into enrollment, device support, and recovery governance. That is acceptable only when organisations understand the trade-off and design for it explicitly. The best programmes make the assurance boundary visible to users and operators rather than hiding complexity in exceptions.
Passwordless adoption exposes the gap between IAM ambition and operational readiness. The article’s recommended path, including pilot groups and staged password removal, reflects a common reality: most organisations cannot switch authentication models cleanly without careful sequencing. The issue is not whether passwordless is desirable, but whether the surrounding IAM processes can absorb the change without creating new lockout and exception risks. Practitioners should pace adoption according to support maturity, not marketing timelines.
From our research:
- 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures, according to Ultimate Guide to NHIs.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- For lifecycle control depth, see 52 NHI Breaches Analysis for how stale credentials become operational exposure.
What this signals
Phishing-resistant authentication is becoming a programme design issue, not a single control choice. If your organisation still treats MFA as a menu of interchangeable options, you will keep inheriting support debt and inconsistent assurance. The better test is whether your identity stack can sustain strong authentication across enrollment, device change, and recovery without silently reintroducing password paths.
A useful planning concept here is authentication lifecycle debt: the gap between strong factor intent and the operational reality of renewal, revocation, and exception handling. Once that gap appears, the control surface looks strong on paper but weak in practice, especially for larger populations and mixed device estates.
For teams aligning identity modernisation to standards, the practical anchor is NIST Cybersecurity Framework 2.0 alongside phishing-resistant guidance in the broader identity programme. That combination keeps the discussion on governed access outcomes rather than isolated authentication features.
For practitioners
- Segment users by assurance requirement Assign phishing-resistant methods first to administrators, finance, and other high-risk roles, then expand based on device state, mobility needs, and support capacity.
- Standardise the strongest usable factor set Prefer FIDO or certificate-based authentication for sensitive applications, then reserve less resilient options only where compatibility or device constraints make that unavoidable.
- Govern enrollment and revocation as lifecycle work Track token issuance, renewal, and revocation through a formal process so that lost devices, expired certificates, and dormant authenticators do not remain valid.
- Eliminate password fallback on a controlled timeline Use a staged migration with pilot groups, then remove password authentication once the relevant identity providers, help desk processes, and recovery paths are stable.
Key takeaways
- Hardware and software tokens are not interchangeable, because assurance, portability, and support burden all change the security outcome.
- The biggest weakness in MFA programmes is often lifecycle failure, not factor choice, because revocation and renewal determine whether strong authentication stays strong.
- The path to passwordless authentication is operational, not just technical, and it only works when IAM teams can manage enrollment, recovery, and fallback without reintroducing weaker access paths.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | The article explicitly references AAL and phishing-resistant authentication guidance. | |
| NIST CSF 2.0 | PR.AA-1 | Authentication assurance and access control are central to the article. |
| NIST Zero Trust (SP 800-207) | PR.AC-1 | Strong authentication supports continuous verification in zero trust architectures. |
Map MFA choices to AAL targets and prefer phishing-resistant authenticators for sensitive access.
Key terms
- Phishing-resistant authentication: Authentication that does not rely on credentials a user can easily reveal, reuse, or paste into a fake login flow. In practice this usually means cryptographic authenticators such as FIDO keys or certificates, paired with governance that removes password fallback and manages recovery carefully.
- Authenticator assurance level: A measure of how much confidence an organisation can place in a login mechanism and the identity proof behind it. Higher assurance requires stronger factors, stronger binding to the device or user, and more resistance to impersonation and phishing.
- Certificate-based authentication: A login method that uses a digital certificate and private key to prove identity instead of a reusable password. It is most effective when issuance, renewal, revocation, and device trust are governed as a full lifecycle rather than handled as isolated technical tasks.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or programme maturity, it is worth exploring.
This post draws on content published by Axiad: An Identity Love Story: Hardware vs Software Security Tokens. Read the original.
Published by the NHIMG editorial team on 2026-02-12.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org