A cloud-based identity and access management service for securing user authentication and resource access
Hi @MB_Dev , you may be able to use sub journeys for this to implement branching.
First, create two sub journeys, one for passwordless with email verification and another for providing a password. Then, in your main user journey, add a branching condition based on the user account property to call the appropriate sub journey.
Here's a high-level outline of the steps:
- Create a sub journey for passwordless authentication with email verification.
- Create a sub journey for authentication with a password.
- In the main user journey, add an orchestration step that checks the user account property.
- Based on the property value, call the appropriate sub journey using the
CallorTransfertype.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James