Subscribe to the Non-Human & AI Identity Journal

Strong Customer Authentication

A regulated authentication requirement that demands more than a single password or code. Under PSD2, it requires at least two factor types and must support the payment context, so the approval is tied to the specific transaction rather than a reusable login event.

Expanded Definition

Strong Customer Authentication, or SCA, is a payment-security control that requires authentication evidence from at least two categories: something the customer knows, has, or is. In PSD2 contexts, the approval must also bind to the specific transaction so the user is authorising a payment, not just logging in.

That transaction binding is what separates SCA from ordinary multi-factor login. A password plus one-time code may satisfy a generic access check, but SCA is intended to reduce payment fraud by ensuring the challenge, amount, payee, and channel are part of the same approval event. Guidance varies across vendors and implementers on how to present that challenge, but the policy intent is consistent: the verifier must tie assurance to the payment context, not only to identity proofing. For broader identity governance patterns, NHI teams often map SCA thinking to transaction-scoped access decisions described in the NIST Cybersecurity Framework 2.0 and to lifecycle controls discussed in Ultimate Guide to NHIs.

The most common misapplication is treating SCA as a reusable login step, which occurs when teams authenticate the user once and then reuse that assurance for unrelated payment actions.

Examples and Use Cases

Implementing SCA rigorously often introduces user-friction and integration complexity, requiring organisations to weigh fraud reduction against checkout abandonment and support overhead.

  • A cardholder approves an online purchase through an app-based prompt that shows the exact merchant and amount before confirmation.
  • A bank triggers a biometric check plus possession-based device verification when a customer adds a new payee or changes transfer limits.
  • An e-commerce platform routes higher-risk transactions through step-up authentication rather than applying the same challenge to every session.
  • A fraud team designs adaptive flows that combine device trust, knowledge factors, and channel binding while still meeting PSD2 expectations documented in the NIST Cybersecurity Framework 2.0.
  • Security architects compare payment approval flows with NHI governance practices because both rely on context-aware verification rather than broad, reusable trust, a pattern explored in Ultimate Guide to NHIs.

These examples show that SCA is not one fixed mechanism. It is a policy outcome that can be implemented with different factor combinations, step-up triggers, and presentation layers depending on the payment method, risk score, and regulatory interpretation. Where the industry is still evolving, the safest approach is to define what counts as transaction binding, how exceptions are logged, and which events require re-authentication.

Why It Matters in NHI Security

SCA matters in NHI security because it illustrates a core control principle: assurance must match the action being approved. In payment systems, a valid session is not enough if the transaction details can be altered after authentication. The same logic applies to NHI-managed workflows, where secrets, API keys, and service identities should be scoped to the exact operation they are allowed to perform.

This becomes critical when identities are over-permissioned or poorly governed. NHI Mgmt Group research shows that Ultimate Guide to NHIs reports 97% of NHIs carry excessive privileges, which widens blast radius when a compromised identity is reused beyond its intended context. That is why transaction-bound approval is such a useful design model for zero trust, least privilege, and privileged access management. It reinforces the idea that authentication should not be a one-time gate but a contextual decision tied to risk, scope, and timing. For practitioners aligning governance language with control frameworks, NIST Cybersecurity Framework 2.0 remains a useful anchor for access and protection outcomes.

Organisations typically encounter the need for stronger transaction binding only after payment fraud, account takeover, or a failed audit reveals that ordinary login assurance was never enough.

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 AAL2 SCA maps to multi-factor assurance and verifier confidence requirements.
NIST CSF 2.0 PR.AC-7 Access is controlled through authenticated, context-aware authorization decisions.
NIST Zero Trust (SP 800-207) Zero trust emphasizes continuous, context-based verification instead of reusable trust.

Use two-factor assurance for sensitive approvals and require phishing-resistant where risk is high.