6.1 One-factor Redirect Authentication sequence diagram: Difference between revisions

From CBI GLOBE Wiki
(Created page with "The Redirect Authentication can be used within two different situations: <ul> <li>'''Payment transaction''', when it is not possible to identify the PSU through the PSU-ID p...")
 
No edit summary
Line 27: Line 27:


<div class="prevpage">
<div class="prevpage">
[[6 Redirection URIs|<< 6 Redirection URIs]]
[[6. Redirection URIs|<< 6. Redirection URIs]]
</div><div class="nextpage">
</div><div class="nextpage">
[[6.2 Redirect SCA sequence diagram|6.2 Redirect SCA sequence diagram >>]]
[[6.2 Redirect SCA sequence diagram|6.2 Redirect SCA sequence diagram >>]]
</div>
</div>

Revision as of 16:23, 17 April 2019

The Redirect Authentication can be used within two different situations:

  • Payment transaction, when it is not possible to identify the PSU through the PSU-ID provided by the TPP, independently from the SCA method that will be used by the PSU;
  • Consent creation transaction, when it is not possible to identify the PSU through the PSU-ID provided by the TPP and it is necessary to execute a decoupled SCA.


The following steps are the main ones included in the above depicted sequence diagram:

  1. CBI Globe informs the TPP that it is required the redirect authentication procedure to let the PSU interact with the Bank to be identified. CBI Globe provides the TPP with an authentication URI that is configured in its repository as the redirect authentication URI associated to the ASPSP indicated by the TPP. Details of that URI are described in section 4.3;
  2. The TPP executes a redirection of PSU application towards the ASPSP, providing the ASPSP with a tppAuthenticationRedirectUri, which is the URI of the TPP where the ASPSP has to redirect the PSU after the authentication;
  3. The ASPSP redirect authentication web page is displayed to the PSU;
  4. The PSU enters her/his credentials into the ASPSP web page to be authenticated;
  5. After PSU authentication the ASPSP executes two different actions:
    1. It performs a redirection of PSU application towards the TPP, using the tppAuthenticationRedirectUri;
    2. It invokes proper call-back API to allow CBI Globe to associate a specific PSU-ID to current payment/consent transaction.