Skip to content

Commit

Permalink
fixes #301 - no more error messages about custom_tool-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Aug 5, 2023
1 parent 93a7ade commit 538b93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Models/LTI/LtiHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public static function getLaunchData($config_id, $custom_tool = '', $video_share
$lti['link']->addCustomParameter('tool', urlencode($custom_tool));
}
$launch_data = $lti['link']->getBasicLaunchData();
$launch_data['custom_tool'] = '/ltitools';
$signature = $lti['link']->getLaunchSignature($launch_data);

$launch_data['oauth_signature'] = $signature;
Expand Down

0 comments on commit 538b93f

Please sign in to comment.