By NHI Mgmt Group Editorial TeamPublished 2023-03-27Domain: Governance & RiskSource: 1Kosmos

TL;DR: Passwordless authentication using a secure card and mobile device removes exposed passwords from the login path, reducing account takeover and shared-secret risk, according to 1Kosmos. The broader lesson is that identity programmes should treat phishing-resistant, card-present verification as a control pattern, not just a user experience improvement.


At a glance

What this is: This is a partner discussion about passwordless, card-based user authentication and its role in reducing account takeover risk.

Why it matters: It matters because IAM teams need stronger, phishing-resistant authentication options that reduce dependence on passwords across human identity programmes and adjacent identity workflows.

By the numbers:

👉 Read 1Kosmos' analysis of passwordless card-based authentication and account takeover risk


Context

Passwordless authentication replaces reusable secrets with stronger possession-based or cryptographic verification, which changes how identity teams think about account takeover risk. In this case, the article focuses on a card-tap flow tied to identity enrollment and transaction approval, with the security value coming from removing the password from the attack path.

For IAM programmes, the practical issue is not whether passwords are familiar, but whether they remain a defensible control in environments where credential theft and social engineering are routine. The article is framed around consumer or customer authentication, yet the same governance question appears in workforce identity, privileged access, and machine-to-human approval flows: what trust signal is strong enough to stand in for a shared secret?

The starting position is typical for organisations trying to reduce password dependence without forcing users into brittle workflows. What makes it noteworthy is the emphasis on a simple, physical authentication factor that can be integrated into a broader identity assurance process.


Key questions

Q: How should IAM teams reduce account takeover risk without relying on passwords?

A: Use passwordless methods that bind authentication to a secure device, cryptographic proof, or a physical approval action, then apply them first to the highest-risk journeys. The control only works if recovery, enrollment, and transaction approval are designed as part of the same assurance model, not bolted on later.

Q: Why do passwordless authentication programmes still need strong enrollment controls?

A: Because passwordless only protects the login ceremony, not the identity proofing that happened before it. If the wrong person is enrolled, the system will authenticate them more reliably. Strong enrollment controls are what stop a better login method from validating a bad identity.

Q: When does a physical authentication factor add real security value?

A: It adds the most value when an attacker can otherwise replay stolen credentials or complete a session remotely without the user present. Requiring a physical tap or device-bound approval raises attacker cost and is most effective for privileged, financial, or fraud-sensitive actions.

Q: What should teams check before rolling out passwordless access at scale?

A: Check enrollment assurance, account recovery, device replacement, help-desk bypass paths, and transaction-level step-up rules. If any of those are weaker than the new login method, the programme can still be defeated through recovery abuse or identity re-proofing failures.


Technical breakdown

Passwordless authentication and account takeover resistance

Passwordless authentication removes the password as the primary shared secret and shifts trust to a stronger factor such as possession, cryptographic proof, or a secure device-bound action. That matters because stolen credentials are still one of the easiest ways to turn identity compromise into unauthorised access. The operational value is not that passwords are inconvenient, but that they are reusable and easy to phish, reuse, or replay across systems. In a well-designed flow, the authentication ceremony binds the user, the device, and the action more tightly than a static secret ever can.

Practical implication: treat passwordless as a control against credential replay, not as a cosmetic login upgrade.

Identity enrollment as an assurance checkpoint

Identity enrollment is the phase where an organisation decides whether a person should be trusted enough to receive a usable identity credential or approval factor. The article ties this to document verification and face matching, which means the quality of the downstream authentication is only as strong as the initial identity proofing. If enrollment is weak, passwordless controls simply reduce password risk while leaving impersonation risk intact. That is why assurance level, verification method, and fraud resistance must be evaluated together rather than separately.

Practical implication: align enrollment assurance with the sensitivity of the accounts and transactions the identity will access.

Card-present approval as a phishing-resistant factor

A card-present approval flow adds an intentional physical act to the authentication chain, which raises the bar for remote attackers who rely on stolen secrets or session theft. In practice, this is strongest when the transaction cannot be completed without the user physically present with the card and mobile device. The security improvement comes from breaking the assumption that authentication can be replicated remotely once a secret is known. That does not eliminate all fraud, but it materially changes attacker economics and the failure mode from secret theft to device or process compromise.

Practical implication: use card-present approval where the transaction risk justifies a stronger possession-based factor.


NHI Mgmt Group analysis

Passwordless authentication reduces one class of compromise, but it does not remove identity risk. The article correctly frames passwords as a weak point because they are easy to steal, reuse, and weaponise in account takeover. But the deeper governance point is that removing a password only shifts the control burden to enrollment quality, device trust, and transaction approval. Practitioners should read this as a control rebalancing exercise, not a complete risk reset.

Identity assurance is only as strong as the enrollment step behind it. If government credential checks, biometric matching, or decisioning logic are inconsistent, the downstream factor simply authenticates the wrong person more efficiently. That makes enrollment a governance control, not a back-office formality. Security leaders should think about proofing quality as part of their authentication architecture, not separate from it.

Physical approval factors matter most where remote replay is the threat model. Password theft succeeds because attackers can authenticate without the user being present. A card-tap flow changes that by requiring a physical action tied to the transaction, which is especially useful for high-friction, high-value, or fraud-sensitive journeys. Practitioners should map these factors to specific risk tiers rather than deploy them universally.

Human authentication design increasingly overlaps with broader identity governance. The same programme logic that drives stronger workforce MFA also informs customer and partner identity flows, especially where account recovery, step-up authentication, or high-risk approvals are involved. The lesson for IAM teams is to design controls around how identity is proven, not just how a session is opened. Stronger authentication only works when the surrounding lifecycle and recovery processes are equally disciplined.

From our research:

  • 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, according to the Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which is why identity assurance problems rarely stay confined to human login flows.
  • For deeper governance context, see Guide to NHI Rotation Challenges for how lifecycle controls shape access risk over time.

What this signals

Passwordless adoption should be treated as part of a broader trust redesign. For identity programmes, the shift away from passwords is most valuable when it forces clearer thinking about proofing, recovery, and step-up authentication. The organisations that benefit most will be the ones that align stronger authentication with the journeys that actually attract fraud.

The next governance question is not whether users prefer simpler authentication, but whether the recovery path is as strong as the login path. If help-desk resets, device replacement, or fallback authentication remain weak, the attack surface simply moves rather than shrinks.

Identity proofing will become the control that distinguishes secure passwordless from insecure convenience. Teams that already have strong lifecycle and assurance discipline can extend these patterns into more sensitive consumer, workforce, and partner journeys without rebuilding their IAM model from scratch.


For practitioners

  • Reassess password reliance for high-risk journeys Identify login and approval flows where password replay, phishing, or credential stuffing would cause material harm, then prioritise those journeys for stronger authentication.
  • Tie enrollment assurance to transaction risk Set different proofing requirements for low-risk access, customer onboarding, and high-value approvals so the identity assurance level matches the business impact.
  • Require physical presence for sensitive approvals Use a card-present or device-bound action for transactions that need stronger non-replayable verification, especially where remote compromise is the main concern.
  • Review recovery paths for passwordless users Test what happens when the card is lost, the device is replaced, or enrollment must be re-established, because weak recovery can undo the gains of strong authentication.

Key takeaways

  • Passwordless authentication reduces account takeover risk by removing reusable secrets from the login path.
  • The real control question shifts to enrollment assurance, recovery design, and whether physical approval factors are required for high-risk actions.
  • IAM teams should treat passwordless as a governance pattern, not a user-interface change, because weak proofing can still validate the wrong identity.

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.

FrameworkControl / ReferenceRelevance
NIST SP 800-63Digital identity assurance and authentication guidance fits passwordless and enrollment design.
NIST CSF 2.0PR.AA-1Authentication strength and identity verification align with access control outcomes.
NIST Zero Trust (SP 800-207)PR.AC-4Continuous verification and least privilege support step-up authentication decisions.

Map assurance levels to enrollment and recovery paths before expanding passwordless authentication.


Key terms

  • Passwordless Authentication: An authentication method that removes reusable passwords from the login flow and substitutes stronger proof such as device possession, cryptographic keys, or a physical approval action. In practice, it reduces replay and phishing risk, but it only works if enrollment, recovery, and step-up controls are equally disciplined.
  • Identity Enrollment: The process of proving who a person is before issuing or binding an authentication factor or account to them. It is a governance control as much as a technical step, because weak proofing can make a secure login method validate the wrong person more reliably.
  • Phishing-Resistant Factor: A factor that is difficult to steal, replay, or use remotely once obtained, such as a device-bound credential or a physical approval tied to the live user. These factors reduce remote compromise, but they do not remove the need for strong recovery and identity proofing.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle 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 NHI governance in your organisation, it is worth exploring.

This post draws on content published by 1Kosmos: a discussion of passwordless card-based authentication and fraud reduction. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2023-03-27.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org