Device Enrollment for In-App Authentication via Guardian SDK

Hi there,

I’m currently integrating Auth0’s in-app authentication using the CIBA method for our payment product. Since we are not integrating other MFA methods at this stage, I’d like to clarify the Guardian SDK setup. The function we wanna deliver is: after user triggers an online transaction, we will use CIBA method to trigger an in-app push notification in our App for users to approve the transaction.

When I am reviewing the integration of guardian SDK, I saw there is a prerequisite to enroll user’s devices before I can trigger an in-app push notification. How should we handle device enrollment for users in this case? Can we enroll the user’s device at the moment they trigger an online payment that requires in-app authentication?

Thank you!