DaVinci supports the following methods to integrate flows into applications:
Widget method
This method interacts with users by integrating a flow using a modal on the page, as opposed to being redirected to a new location to begin the flow as for the Redirect method. Using a modal on the page, simplifies the UI customization needed to make the flow match your application’s branding.
For more information, see Widget method.
Redirect method
This method launches the flow in another page, redirecting the user to the page.
For more information, see Redirect method.
API method
This method is intended for initiating or processing transactions for PingOne DaVinci flows, as well as calling the APIs for Ping Identity products and services. The API calls can be coded in the programming language of your choice, and added to your application’s source.
For more information, see API method.