Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
review edits
  • Loading branch information
lbadenhop authored Oct 3, 2024
1 parent ec26577 commit aae6298
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/docs/Overview/Integration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ Refer to the table for an explanation of each labeled arrow in the diagram.
| 1 | A Data Recipient Developer uses the Marketplace to enroll themselves or their organization.
| 2 | The Marketplace communicates with the Discovery Agent to provision applications and associated credentials.
| 3 | The Discovery Agent in turn registers those credentials in the Authorization Server.
| 4 | With the application registered the Data Recipient developer engineer and deploy their application. A Consumer uses that application for specific purposes, but is required to provide consent to the Data Recipient App.
| 5 | To provide Consent the Data Recipient App contacts the Authorization Server to start the OpenID Connect Hybrid Flow. Authorization Server to verify the Data Recipient App credentials and return a redirection to the appropriate login screens.
| 4 | With the application registered, the Data Recipient Developer engineer deploys their application. A Consumer uses that application for specific purposes but is required to provide consent to the Data Recipient App.
| 5 | To provide Consent, the Data Recipient App contacts the Authorization Server to start the OpenID Connect Hybrid Flow. Authorization Server verifies the Data Recipient App credentials and returns a redirection to the appropriate login screens.
| 6 | The Data Recipient App redirects the user to the Bank Identity Provider.
| 7 | The Consumer completes the login.
| 8 | The consumer provides the confirmation of consent.
| 9 | With Consent approved and an appropriate Authorization Code the Data Recipient obtains an Access Token and retrieves data on behalf of the Consumer.
| 10 | The API Gateway connects with Authorization Server to do the token introspection.
| 9 | With Consent approved and an appropriate Authorization Code, the Data Recipient obtains an Access Token and retrieves data on behalf of the Consumer.
| 10 | The API Gateway connects with the Authorization Server to do the token introspection.
| 11 | The API Gateway retrieves data from the appropriate data source via Bank Connectors. This can be from Core Banking Applications.
| 12 | The events are logged to the Amplify Platform for Analytics.
| 13 | To provide Analytics to consumers, Marketplace connects with Amplify Platform and fetch events.
| 13 | To provide Analytics to consumers, Marketplace connects with Amplify Platform and fetches events.

The sections below expand on this through several more detailed sequence-based views.

Note these sequence diagrams **focus largely on the happy path** and do not show specific error flows for the sake of brevity.
{{% alert title="Note" color="primary" %}} These sequence diagrams **focus largely on the happy path** and do not show specific error flows for the sake of brevity.{{% /alert %}}

0 comments on commit aae6298

Please sign in to comment.