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
I have a spring preauth filter that is trying to use BasicLTIUtil.validateMessage(req,url,secret) to verify signatures from a LaunchPad LMS, and it only works occasionally. Same when i test it with other LTI-1p0 Tool Consumer emulators. Sometimes it succeeds, but more often i get invalid signature errors.
There's not much documentation, and i can't find any reason why this is wrong. I'm wondering if this is due to outdated dependencies in this project? Especially wondering about this one:
Is this project still functional?
I have a spring preauth filter that is trying to use BasicLTIUtil.validateMessage(req,url,secret) to verify signatures from a LaunchPad LMS, and it only works occasionally. Same when i test it with other LTI-1p0 Tool Consumer emulators. Sometimes it succeeds, but more often i get invalid signature errors.
There's not much documentation, and i can't find any reason why this is wrong. I'm wondering if this is due to outdated dependencies in this project? Especially wondering about this one:
Help?
The text was updated successfully, but these errors were encountered: