Note:

This procedure only covers the steps and nodes required to prepare a flow for widget invocation. It assumes that you have already created a flow for the purpose you have in mind. See the Getting started with DaVinci and DaVinci Best Practices documentation for more information about building flows.

  1. Click the Flows tab.
  2. Find the flow and click ... > Edit
  3. Add a nonce to the input schema.
    1. Click Flow Options (⋮) > Input Schema.
    2. Click Add.
    3. In the Parameter Name field, enter nonce.
    4. In the Data Type list, select String.
    5. Select Required.
    6. Click Save.
  4. At the end of the success path, add a PingOne Authentication node or an HTTP node to send a success response.
  5. At the end of any failure paths, add a PingOne Authentication node or an HTTP node to send an error response.
  6. Click Save.
  7. Click Deploy.