Authentication flows
Authentication flows define how users access and terminate their sessions within the system. They ensure secure handling of credentials, session management, and identity validation.
Login flow
The Login flow manages the user authentication process, handling identity verification, credential validation, and any additional steps required to grant access (such as MFA or consent).
Add a login flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Authentication.
-
Press ADD button.
-
On "choose flow type to add" select Login.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Logout flow
A Logout flow defines the process for securely ending a user session. It handles session invalidation, token revocation, and any required cleanup to ensure the user is fully signed out from the application and related services. Logout flows help prevent unauthorized access by properly terminating active authentication sessions.
Add a logout flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Authentication.
-
Press ADD button.
-
On "choose flow type to add" select Logout.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.