Authenticator
An authenticator is something a person uses to prove who they are when signing in to a system or account. It can be a physical item you possess, such as a card or a phone running an authenticator app, or a factor like a fingerprint or a PIN. It is one piece of confirming identity and does not by itself guarantee that a login or transaction is legitimate.
An authenticator is a means used to perform digital authentication by confirming a claimed identity. It may take the form of something the claimant possesses and controls (for example, a hardware token, PIV Card or derived credential, or a software-based authenticator such as an app implementing time-based one-time passwords), something the claimant knows (a password or PIN), or something the claimant is (a biometric). Authenticators are the components that supply one or more authentication factors; combining factors from distinct categories is what constitutes multi-factor authentication (MFA), and a single authenticator alone should not be treated as equivalent to MFA. Within payment contexts, note that an authenticator supports identity verification for access to systems and accounts and is distinct from transaction-level controls such as EMV chip authentication, 3-D Secure, and strong customer authentication, which address different risks at different points in a transaction. Implementations vary; the security properties of a given authenticator depend on its type, protection of secrets, and binding to the identity, not on the label alone.
Why it matters
Authenticators are the practical mechanism by which access to systems, applications, and accounts is controlled, and the strength of that access control depends heavily on the type of authenticator used and how its secrets are protected. A password or PIN alone is a single authenticator supplying a single factor; treating one authenticator as if it were multi-factor authentication is a common misunderstanding that can leave accounts exposed to credential theft, phishing, and reuse attacks. Combining authenticators from distinct categories—something you know, something you possess, and something you are—is what constitutes MFA, and this distinction matters when evaluating whether an access control meets a stated requirement.
In payment environments, it is important to keep authenticators in the right conceptual place. An authenticator supports identity verification for access to systems and accounts, and this is a different concern from transaction-level controls such as EMV chip authentication, 3-D Secure, and strong customer authentication, which address different risks at different points in a transaction. Confusing account-access authentication with transaction authentication can lead teams to assume a control covers a risk it was never designed to address.
No single authenticator guarantees that a login or transaction is legitimate. Its security properties depend on its type, the protection of its underlying secrets, and how well it is bound to the claimed identity—not on the product name or label. Evaluating authenticators on these properties, rather than assuming equivalence across implementations, is what allows security and compliance teams to reason accurately about the assurance a given control actually provides.
Who it's relevant to
Inside Authenticator
Common questions
Answers to the questions practitioners most commonly ask about Authenticator.