Connection setup form
Connection setup form is where you use the UI builder to design a connection validation form for the CyberApp to connect to the ISV service.
Connection setup forms automatically include:
The CyberApp name as the title of the form.
A Cancel button to close the connection setup form.
A Connect button to enable the CyberApp.
Example
A typical connection setup form might also include:
A Text element to include connection instructions or information about the CyberApp.
An Input element to accept an identity registered on the ISV service (such as username, API client ID, etc.).
A Password element to accept a secret bound to the identity (such as a password, private key, etc.).
Note
See building the example for a step-by-step guide on how to build such a form.