Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connectors can be created by using the REST connection. In the following, we will explain the process further. We will create a connector with the REST connection which contains a product list as an example.

Creating a new connector without an authentication

In order to create a connector, please open the page Connector under the Design. Created connector than will be available to use in the Smartform.

...


You can easily test the REST connection via the section “Testing“, after saving the connector.

...

Creating a connector with authentication

If you need an authentication to access a connector URL, you can use either basic authentication or OAuth according to your needs.

Basic Authentication

Basic authentication can be configured via entering the user name and password. In the SAP API, there is an extra configuration feature with the CSRF token. You can configure this feature as well according to your needs.

...


OAuth (Open Authorization)

This authorization method allows you to avoid constant user name and password transfer with a token to secure the access. You can configure this authorization method with user information alongside with the OAuth token information.

...

Using the connector in the smartform

...