Workflow Templates
Templates are pre-built workflow configurations you can import into the Workflow Editor as a starting point. Each template covers a common identity flow and comes with a full node-by-node walkthrough.
Available Templates
| Template | Description |
|---|---|
| Email Login | Standard email + password authentication with success and failure branches. |
| Registration | New user sign-up flow with duplicate-account detection and welcome email. |
| MFA OTP Login | Email/password login followed by a one-time passcode step for enrolled users. |
| Forgot Password | Identity lookup and password-reset email with enumeration protection. |
| Passwordless Login | One-click magic link dispatched to the user's email: no password required. |
| Social Login | Facebook, Google, and X alongside email and password on a single login page. |
How to Import a Template
- In the Admin Console, go to Platform Config → Authentication → Workflows.
- Click New Workflow → From Template.
- Select a template and click Import.
- Adjust node properties (labels, redirect URLs) to match your application.
- Click Publish to make the workflow live.