Connection Flow


Connection Flow


The following diagram shows the connection and authentication flow for your customer using Powered by CData to configure a connection.

Creating a connection to a CData Connect Cloud data source from a client account involves the following steps:

  1. An end user of your customer’s account clicks Add Connection on your web page.

  2. Your application creates a JSON Web Token (JWT) signed by a private key and makes a request to the Powered by CData Create Connection API.

  3. Powered by CData returns a redirect URL to your application.

  4. The end user is redirected to the CData Connect Cloud Add Connection page.

  5. The end user adds connection information for the particular data connector, such as Salesforce, and then tests and saves the connection.

  6. Powered by CData calls Create Connection.

  7. Create Connection returns success or failure on the Add Connection page.

  8. The end user clicks the Close button. Powered by CData redirects with a connection Id back to your web page.

  9. Your web page now displays the end user’s list of connections.