Configuring a Workflow Application to Use SSO2 Tokens

Configure a Credential Request starting point from which a workflow application user can pass a user name and password to gain access to the MBO and related resources.

  1. In the Mobile Workflow Forms Editor, add a Credential Request starting point to the workflow application.
  2. Add two keys to the Credential Request named cc_username and cc_password.
  3. Add a screen named Credentials and connect it to the Credential Request starting point.
  4. Double-click Credentials to open it in the Screen Design. Add a Save screen menu item to the Menu, and two edit boxes (Username and Password).
    The Save screen saves the Username and Password entered by the workflow application. You could also add a Submit workflow menu item instead of Save screen.
  5. Add a Client-initiated starting point to which you add screens that contain the Submit menu items used to run MBO operations and object queries, return and display results, and so on. These actions all use the same credentials created in the previous steps.