packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

ONCALL-391 Fix LTI Header #57

Closed jlegault-packback closed 2 years ago

jlegault-packback commented 2 years ago

Summary of Changes

In order to pass LMSes the same data we did previously we have changed the way we are forming the payload for our auth requests. This should fix the issues we are seeing with launching D2L and Blackboard instances.

Testing

We have manually verified that the headers on the request now match what they previously were, and have tested the changes in the development environment.