Skip to content
Snippets Groups Projects
Commit 0e10d6c8 authored by jdelhome3578's avatar jdelhome3578 Committed by Peter Rotich
Browse files

login: Client SSO Destination

Consider the destination clicked prior to SSO authentication.
parent 3ac29026
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,8 @@ elseif ($user = UserAuthenticationBackend::processSignOn($errors, false)) {
}
}
elseif ($user instanceof AuthenticatedUser) {
Http::redirect('tickets.php');
Http::redirect($_SESSION['_client']['auth']['dest']
?: 'tickets.php');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment