You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an LTI 1.3 debug log in the case that the JWT fails to decode on a launch request.
In this case the LTIAuthenError stash value is set, but that error is
never shown anywhere because the course ID was not determined and the
authen verify method is never called. So this information goes to the
abyss and the debug log abrubtly terminates (see
https://forums.openwebwork.org/mod/forum/discuss.php?d=8749 for what
this debug log looks like). So this pull request always debug logs it
in this case. There is not enough information to even determine if LTI
debugging is enabled for the course (which the request failed to
determine), so it has to be the more general debug logging facility.
This may help in resolving the issues that are occuring with the cases
such as those in the above mentioned forum post and
https://forums.openwebwork.org/mod/forum/discuss.php?d=8738#p22228.
0 commit comments