diff --git a/src/ToolProvider/ToolProvider.php b/src/ToolProvider/ToolProvider.php index b78b03e..d79842a 100644 --- a/src/ToolProvider/ToolProvider.php +++ b/src/ToolProvider/ToolProvider.php @@ -808,11 +808,6 @@ private function authenticate() if (!$this->ok) { $this->reason = 'Request is from an invalid tool consumer.'; } - } else { - $this->ok = isset($_POST['tool_consumer_instance_guid']); - if (!$this->ok) { - $this->reason = 'A tool consumer GUID must be included in the launch request.'; - } } } if ($this->ok) {