Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update for 2.0

...

  1. The Data Recipient sends an authorisation request to the Data Holder. This request is sent to authenticate the consumer before retrieving information through an Accredited Data Recipient's interface.
  2. The consumer logs into the Data Holder’s authorisation webpage using the username. This is achieved using the identifier-first authenticator in the WSO2 Open Banking Key ManagerIdentity and Access Management module. Once the username is entered, an OTP is sent. Instead of the password, auth web app of WSO2 Open Banking Key Manager authenticates the Identity and Access Management module authenticates the consumer using the username and the OTP. Upon successful authentication, the consumer is able to can view requested data. At this point, the consumer requires to select the account and authorise the consent.
  3. The Auth web app of WSO2 Open Banking Key Manager sends the Identity and Access Management module sends an authorisation code to the defined redirection URL of Data Recipient application.
  4. The Data Recipient requests for a user access token and a refresh token using the authorisation code sent in step 4.
  5. Using the generated access token, now the Data Recipient can retrieve information via the Data Holder's interface.

...