Before you begin
PingOne iOS
To successfully complete this tutorial refer to the prerequisites in this section.
The tutorial also requires a configured PingOne instance.
Compatibility
- PingOne
-
-
Your PingOne instance must have DaVinci enabled.
-
- DaVinci flows
-
Ensure your flows only use supported connectors, capabilities and fields for user interactions:
-
HTTP Connector
-
Custom HTML capability
View supported fields
HTTP Connector field and collector support Field
Collector
Android
iOS
JavaScript
Text field
Collects a single text string.
1.0.0
1.0.0
1.0.0
Password field
Collects a single text string that cannot be read from the screen.
1.0.0
1.0.0
1.0.0
Submit Button
Sends the collected data to PingOne to continue the DaVinci flow.
1.0.0
1.0.0
1.0.0
Flow Button
Triggers an alternative flow without sending the data collected so far to PingOne.
1.0.0
1.0.0
1.0.0
Label
Display a read-only text label.
1.1.0
1.1.0
1.1.0
Radio / Dropdown
Collects a single value from a choice of multiple options.
1.1.0
1.1.0
1.1.0
HTTP Connector SK-Component support SK-Component
DaVinci module
Android
iOS
JavaScript
skIDP
Presents a button to allow users to authenticate using an external identity provider, such as Apple, Facebook, or Google.
1.1.0
1.1.0
1.1.0
skrisk
Instructs the client to gather behavioral data and return it to PingOne so that it can perform risk evaluations.
1.3.0
1.3.0
1.3.0
View unsupported features
Verify that your flow does not depend on any unsupported elements:
- SKPolling components
-
The SKPolling component cannot be processed by the DaVinci Client and should not be included in flows.
Features such as Magic Link authentication require the SKPolling component and therefore cannot be used with the DaVinci Client.
- Images
-
Images embedded in a Custom HTML Template, such as background images or logos, cannot be passed to the SDK as structured data.
For example, the PingOne sign-on with sessions DaVinci flow.
-
-
PingOne Form Connector
-
Show Form capability
View supported fields
Custom Fields support Field
Collector
Android
iOS
JavaScript
Checkbox
Collects
trueorfalsefrom a checkbox or switch.2.1.0
2.1.0
2.1.0
1.ValidatedBooleanCollectoris returned for required checkboxes, andBooleanCollectorfor optional ones.Checkbox List
Collects the value of one or more checkboxes.
1.1.0
1.1.0
1.1.0
Combobox
Collects a value from a dropdown containing one or more text strings.
1.1.0
1.1.0
1.1.0
Dropdown
Collects a value from a dropdown containing one or more text strings.
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
New Password
Collects a new password and validates it against the environment’s password policy. Optionally presents password requirements to the user.
❌
❌
1.2.0
1.2.0
Radio Button List
Collects a value from one or radio buttons.
1.1.0
1.1.0
1.1.0
Submit Button
Presents a button for form submission.
1.1.0
1.1.0
1.1.0
Text Input
Collects a single text string.
1.1.0
1.1.0
1.1.0
Toolbox support Field
Collector
Android
iOS
JavaScript
Agreement
Presents text configured in PingOne under User Experience > Agreements, such as terms of service.
2.1.0
2.1.0
2.1.0
FIDO2
Allows users to perform multi-factor authentication with a FIDO2 device, or register a new device.
Image
Presents an image.
❌
❌
2.1.0
Flow Button
Presents a customized button.
1.1.0
1.1.0
1.1.0
Flow Link
Presents a customized link.
1.1.0
1.1.0
1.1.0
MFA Device Selection - Authentication
Presents a list of methods for performing multi-factor authentication (MFA).
DaVinci client currently only supports the Email, SMS, and Voice MFA types.
MFA Device Selection - Registration
Presents a list of methods you can register for multi-factor authentication (MFA).
DaVinci client currently only supports the Email, SMS, and Voice MFA types.
Polling
Presents an activity indicator which allows you to pause or loop the flow while the user completes an action.
2.1.0
2.1.0
2.1.0
QR Code
Presents a QR code containing data, for example, a URL.
2.1.0
2.1.0
2.1.0
Social Login
Presents a button to allow users to authenticate using an external identity provider, such as Apple, Facebook, or Google.
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
-
-
PingOne Protect Connector
-
Create Risk Evaluation capability
Android
iOS
JavaScript
✅
1.3.0
✅
1.3.0
✅
1.3.0
-
- iOS
-
This sample app is compatible with iOS 12 and later.
Prerequisites
- Xcode
-
You can download the latest version for free from https://developer.apple.com/xcode/.
Server configuration
You must configure your PingOne instance for use with the DaVinci module.
Ask your PingOne administrator to complete the following tasks:
-
Configure a DaVinci flow
-
Create a DaVinci application
-
Configure PingOne for DaVinci flow invocation
To learn how to complete these steps, refer to Launching a flow with a Ping SDK in the PingOne DaVinci documentation.