Self-service flows
Self-service flows handle user-initiated account management actions without administrator involvement. Following are the types of flows in this category:
Registration
Manages the creation of a new user account, including identity data collection and validation.
Add a registration flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Self Service Configurations.
-
Press ADD button.
-
On "choose flow type to add" select Registration.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Update password
Allows authenticated users to change their existing password.
Add an update password flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Self Service Configurations.
-
Press ADD button.
-
On "choose flow type to add" select Update Password.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Reset password
Enables users to recover access by resetting their password, typically through a verification or recovery mechanism.
Add a reset password flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Self Service Configurations.
-
Press ADD button.
-
On "choose flow type to add" select Reset Password.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Best practices
-
Clear instructions: Provide clear guidance to users during self-service processes
-
Validation: Implement strong validation for password strength and data quality
-
Security: Use secure methods for identity verification (email, SMS, etc.)
-
User feedback: Give immediate feedback on actions and requirements
-
Error handling: Provide helpful error messages without exposing security details