PingOne

Enabling user ID verification

Enable user ID verification to require a user to go through the verification process when they register or sign on. You can enable ID verification using the PingOne admin console or the PingOne Verify REST API.

  • Console

  • API

Enabling user ID verification in the PingOne admin console

Steps

  1. Go to Directory → Users.

  2. Locate the user you want to edit.

    You can browse or search for users.

  3. Click the user entry to open the user details panel.

  4. In the user details panel, click the Services tab → ID Verification to view the verification details for the user.

    This tab remains in place if ID verification was previously enabled for a user, but is now disabled.

  5. Click the Require ID Verification toggle to enable ID verification for the user.

    A screen capture of the ID verification page.
  6. In the confirmation popup, click Enable.

pingone_verify_enable id verification

Result

When the user attempts to sign on or register, instructions for ID verification are shown on their device. The connection to their device and the instructions displayed are created by the Verify app using the PingOne Verify SDK for iOS or Android devices. For more information, see PingOne Verify Mobile SDKs.

Enabling user ID verification with the PingOne Verify API

Steps

  • Use the PingOne Verify REST API to make the following request:

    POST /environments/{envID}/users/{userID}/verifyTransactions

    For more information, see User verification in the PingOne Platform API Reference.

Result

When the user attempts to sign on or register, instructions for ID verification are shown on their device. The connection to their device and the instructions displayed are created by the Verify app using the PingOne Verify SDK for iOS or Android devices. For more information, see PingOne Verify Mobile SDKs.