The ID DataWeb connector lets you use ID DataWeb for identity verification in your PingOne DaVinci flow.
The connector allows you to direct users to ID DataWeb's AXN Verify service where they can enter their information for identity verification. By mapping attributes from your DaVinci flow, you can pre-populate some of the information requested in the identity verification process. After ID DataWeb verifies the user's identity, it sends the results to DaVinci where you can branch your flow accordingly.
Setup
Resources
For information and setup help, see the following documentation:
- ID DataWeb documentation:
- DaVinci documentation:
Requirements
To use the connector, you'll need:
- A configured ID DataWeb environment
- Your ID DataWeb client ID and secret
Configuring the ID DataWeb connector
Add the connector in DaVinci as shown in Adding a connection, then configure it as follows.
Connector configuration
Redirect URL
Client ID
Client Secret
Scope
Separate multiple scopes with a space. For example, openid country.US.
AXN Federated Gateway Base URL
- Production
- DaVinci uses the live Gateway.
- Preproduction
- DaVinci uses the preproduction Gateway. Use this for testing.
- Custom Base URL
- DaVinci uses the Gateway address that you enter in the Custom Gateway Base URL field. Use this if your organization has a custom domain or vanity URL configured for ID DataWeb.
Custom Gateway Base URL
Data protection
- Signed
- DaVinci sends user data in a signed JSON Web Token (JWT). ID DataWeb can detect whether the data was modified in transit.
- Encrypted
- DaVinci sends the user
data in an encrypted JWT. Only ID DataWeb can read
the data.
Select this if you want to use a public encryption key provided by ID DataWeb.
Public Encryption Key
Using the connector in a flow
Verifying a user by redirecting them to ID DataWeb
In this flow, an HTML form gathers user data, then the connector directs the browser to ID DataWeb. When the user completes the identity verification process, a simple HTML message shows the result.
Flow template name: ID DataWeb - Identity verification
- Download the flow template and use it to create a new flow. For help, see Using DaVinci flow templates.
- (Optional) Customize the registration form:
- Select the Registration node.
- (Optional) Customize the Title field.
- (Optional) In the Fields List section, customize the user data fields by clicking Add to add a new field or clicking Edit to remove fields.
- (Optional) Customize the Next Button Text field.
- Click Apply.
- If you customized the user data fields in the
Registration node, update the attribute
mappings for ID DataWeb:
- Select the ID DataWeb node.
- In the PII Parameters section, find
the ID DataWeb parameter in the Key
column, then click {} in the
Value column and select the
related variable from your HTML Form
node.