User Onboarding Challenges
🧩 Overview
In the REL-ID platform, "challenges" are configurable steps defined in the Gateway Manager that determine the specific actions or verifications a user must complete during onboarding. These challenges are executed in a predefined sequence and are tailored to meet the security and identity requirements of the organization.
📦 Challenges for User Onboarding
Below is the list of challenges that can be configured for User Onboarding. Please check what challenges have been configured for your organization and implement the callbacks for handling them.
- OTP by email and sms
- SMS OTP
- EmailOTP
- Custom Challenge
- Document Scan
- Selfie Biometric
- Confirm Selfie Biometric
- KYC
- Biometric Opt In
✅ Post-Onboarding Outcome
- When all configured challenges are completed successfully:
- The user’s status transitions to:
CREATED
- A success message is returned from the Identity Adapter (configured by the admin)
- The user’s status transitions to:
💡 Notes for Developers
- The REL-ID SDK triggers events for each challenge; ensure listeners are in place.
- Configuration updates must be synchronized between the Gateway Manager and your app logic.
Updated about 2 months ago