by Fahd Helwani.
Hello everyone,
I am currently looking at LTI tool in Moodle and the possibility of integrating that with lti platform on our locally developed solution. for that I use a trial account on MoodleCloud (v4.2.2)
I followed the tutorial explaining how to configure LTI on moodle side, and I was able to start a moodle course published over LTI advantage from the lti platform, however the challenge that I am currently facing is with completion and grades.
basically by looking at the logs I see that Moodle is reaching out to the lti platform access token url using a get method, trying to get a token which I assume is used then to authenticate to the platform's endpoint related to pushing completion and grades. on my platform's side, the endpoint accepts only POST, and I think having a POST to acquire a token is more secure in such a context.
is that the case with acquiring a token from lti platform by using GET? and if yes is it possible to use POST instead?
Thanks in advance