Skip to main content

Login/Logout Flows

When forwarding the user to the login page, Qloud remembers the requested URL (as return_path= parameter) and redirects to the correct URL after a successful login.

Redirect after Login

In case the backend is forwarding the user to the login page (Authentication Mode), you can also use the return_path= parameter to redirect the user to a specific path after a successful login.

Redirect after Logout

The return_path= parameter can also be added to the logout request to redirect the user to a specific path after the session is invalidated.

Relative Paths

The return_path= parameter does not accept absolute URLs (i.e. you cannot redirect to another domain).