LFI · Consent Journey · Authorization

Authorization 3 min read

Once the end user has been authenticated, the LFI presents the consent details so the end user can review and approve (or decline) the request. This is the authorization step — the end user makes an informed decision about granting the TPP access to their accounts or authorizing a payment.

The exact content of the authorization page varies by consent type. Each consent type defines its own authorization page requirements in its User Experience section.

01 Where authorization sits in the consent flow

After authentication, before the redirect back to the TPP

OAuth flow
OAuth flow
  • The TPP creates a consent and receives a redirect URI from the API Hub
  • The end user's device opens the LFI's Authorization Endpoint
  • The LFI authenticates the end user using Strong Customer Authentication (SCA)
  • The LFI presents the consent for authorization
  • The LFI completes the interaction and redirects back to the TPP.
02 Principles

Eight principles that govern every authorization page

The following principles govern authorization pages across all consent types:

#PrincipleDetail
1AlTareq brandingThe AlTareq logo and ecosystem branding MUST be displayed on every authorization page. The end user MUST be able to clearly identify that the authorization is part of the AlTareq Open Finance ecosystem. Action buttons and naming conventions related to AlTareq MUST be preserved.
2Informed consentThe authorization page MUST clearly explain what the end user is authorizing. All material details — such as the TPP name, data permissions, payment amounts, payee details, and consent duration — MUST be presented before the end user confirms.
3Progress indicationThe authorization page MUST include a progress indicator showing the end user where they are in the consent journey (e.g. Consent > Authorize > Complete).
4Consent-specific contentThe content of the authorization page MUST accurately reflect the consent type. For example, data-sharing consents present account selection and permission details, while payment consents present payee name, IBAN, amount, and payment schedule.
5No obstaclesLFIs MUST NOT use language, design, or interaction patterns that discourage the end user from granting consent. The authorization page MUST NOT steer the end user toward declining, introduce unnecessary friction, or present the consent in a misleading way.
6Parity of experienceThe authorization experience MUST be consistent with the quality of the LFI's own digital channels. It MUST NOT load slower, use confusing language, or more obstructive than equivalent in-app interactions.
7Clear actionsThe end user MUST be presented with unambiguous options to approve or decline the consent. The action to approve MUST be clearly labelled and easy to locate.
8CX certificationThe authorization page MUST be submitted as part of CX certification prior to production. Any material changes to a production authorization page MUST be resubmitted for review and approval.