*/
public function __construct(Saml2Service $samlService)
{
- parent::__construct();
$this->samlService = $samlService;
$this->middleware('guard:saml2');
}
return redirect('/login');
}
- session()->put('last_login_type', 'saml2');
return redirect()->intended();
}