laravel-samlidp - not redirect after login?« Wróć do listy pytań
cant get back to my SP service from laravel idP after authorization form
|
▲ ▼ |
check app\Http\Controllers\Auth\LoginController.php and authenticated method, should be empty (not exist? create it) protected function authenticated($user) { } |