With the PingOne MFA Integration Kit, users can pair their devices to PingOne MFA using the mobile app.
The following figure illustrates an enrollment scenario. This flow is triggered any time a user attempts to authenticate with an unpaired device and automatic pairing is enabled in PingOne.
Description
- The user is identified on the customer's mobile app, usually with a unique user identifier, for example, a username. The app requests a mobile payload from the PingOne Mobile SDK.
- The PingOne Mobile SDK returns a mobile payload to the app.
- The apps sends an authentication request to PingFederate and provides the mobile
payload.
The PingFederate authentication policy stores the mobile payload as a tracked HTTP parameter.
- If the user has SMS, email, or another device paired, the PingOne policy is triggered. Typically, the user authenticates
with the existing device and the PingOne MFA IdP Adapter responds with an ID
token.
If the user does not have an existing device available, a PingOne setting determines whether the user is blocked or if MFA is bypassed. If MFA is bypassed, the automatic pairing flow continues.
- The app passes the ID token to the PingOne Mobile SDK.
- The PingOne Mobile SDK returns a pairing object to the app that allows it pair or ignore the device.
- The app prompts the user to pair the device.
- The user accepts or rejects the device pairing action.
- Based on the user's choice, the app notifies the PingOne Mobile SDK.
- The PingOne Mobile SDK completes the transaction accordingly by communicating directly with PingOne.