Prepare a flow to be launched with the widget.
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.
Note:
Flows launched with the widget cannot receive the PingOne session cookie.
- Click the Flows tab.
- Find the flow and click
-
Add a nonce to the input schema.
- Click .
- Click Add.
- In the Parameter Name field, enter nonce.
- In the Data Type list, select String.
- Select Required.
- Click Save.
- At the end of the success path, add a PingOne Authentication node or an HTTP node to send a success response.
- At the end of any failure paths, add a PingOne Authentication node or an HTTP node to send an error response.
- Click Save.
- Click Deploy.