LFI · Consent Journey · Authentication · SCA

Strong Customer Authentication 4 min read

Strong Customer Authentication (SCA) is multi-factor authentication (MFA) that requires the end user to authenticate using at least two independent factors. SCA is a regulatory requirement under the CBUAE directive Prevention of Fraud Incidents Impacting Consumers (Notice No. 3057/2025) and applies to all Open Finance consent journeys.

01 Authentication factors

At least two of three independent factors

SCA requires at least two of the following three factors:

FactorCategoryExamples
PossessionSomething you haveA bound mobile device, hardware token, SIM card
InherenceSomething you areFingerprint, facial recognition, voice recognition
KnowledgeSomething you knowPIN, password, passphrase

Each factor used MUST be independent — compromise of one factor MUST NOT compromise another.

02 Prohibited authentication methods

What MUST NOT be used

The following methods are prohibited in Open Finance consent journeys:

MethodStatusRationale
SMS OTP (as standalone)MUST NOT be usedProhibited by CBUAE directive as a standalone authentication method
Email OTP (as standalone)MUST NOT be usedProhibited by CBUAE directive as a standalone authentication method
Static passcodes (as standalone)MUST NOT be usedProhibited by CBUAE directive as a standalone authentication method
SMS OTP (as a factor in Open Finance MFA)MUST NOT be usedOpen Finance authentication MUST NOT introduce methods that are more obstructive or weaker than the LFI's existing digital channels. If the LFI does not use SMS OTP in its own mobile banking authentication, it MUST NOT introduce it for Open Finance.
Email OTP (as a factor in Open Finance MFA)MUST NOT be usedSame rationale as above. These methods add friction and latency that degrade the customer experience below the standard of the LFI's own channels.
Warning

LFIs MUST NOT introduce authentication factors into the Open Finance journey that are not used in their existing digital channels. Open Finance authentication MUST be equivalent to — not more burdensome than — the LFI's current authentication experience.

04 CBUAE regulatory alignment

Mapping clauses of Notice No. 3057/2025 to Open Finance

The table below maps specific clauses from CBUAE Notice No. 3057/2025 Prevention of Fraud Incidents Impacting Consumers to Open Finance requirements:

#CBUAE requirementOpen Finance alignment
1LFIs are prohibited from using weak authentication methods (SMS OTP, Email OTP, static passcodes) as standalone methods for any transaction, enrolment, provisioning, or channel accessAll Open Finance consent journeys MUST use SCA with at least two independent factors. Weak methods are prohibited as standalone or as factors introduced specifically for Open Finance.
2For 3D Secure transactions, LFIs must use strong authentication (in-app verification, soft tokens, biometrics)Open Finance payment consent journeys MUST employ strong in-app or biometric verification for step-up authentication at the point of payment authorization.
3For recurring logins from trusted devices, LFIs may use passcodes or device-native biometricsFor Open Finance authentication on a trusted (bound) device, LFIs may use device-native biometrics (inherence) alongside the trusted device (possession) to satisfy two-factor SCA.
4LFIs must implement step-up authentication for sensitive actions including payment initiationFor payment consents, an additional biometric confirmation MUST be performed at the point the end user authorizes the consent. See step-up authentication above.
05 Proofs of authentication

Cryptographically verifiable assertions

A given authentication operation SHOULD be uniquely identifiable and SHOULD produce a cryptographically verifiable proof-of-authentication. This provides:

  • An audit trail linking the authentication to a specific consent
  • Foundations for fraud prevention and dispute resolution
  • Assurance to relying parties (API Hub) that authentication occurred

Where possible, the authentication assertion SHOULD be signed using a private key stored in the device's secure element (e.g. Secure Enclave on iOS, StrongBox/TEE on Android), and the corresponding public key SHOULD be available for verification.