@petermarchetti ... can you visit that full URL in a browser?
In a brand new browser/incognito window, you should be able to go to https://<our-domain>/kennethware-2.0-master/wizard/controller.php and get an error that looks something like this:
Notice: Undefined index: lti_message_type in /path/to/our/kennethware/wizard/resources/blti.php on line 8 Notice: Undefined index: lti_version in /path/to/our/kennethware/wizard/resources/blti.php on line 9 Notice: Undefined index: resource_link_id in /path/to/our/kennethware/wizard/resources/blti.php on line 10 There is a problem.
(this is the error that gets shown if you visit the controller directly instead of via the LTI tool in canvas)
If you get a 404 message, it's because that URL is incorrect, or there's something wrong with the server not allowing access to it. If you get that message above, then the URL is correct, and *should* work (assuming you have the other parts of the configuration set correctly (per the instructions for installation).
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.