I'm in the middle of creating an LTI tool and the spec docs for LTI Gradebooks say that the requests must be "Plain Old XML" (POX) messages signed using OAuth body signing [OAuth, 10].
LTI Gradebook docs found here
When using application/x-www-form-urlencoded
, its easy, you include oauth_signature
as apart of the POST request data, but when its XML, I don't understand where to put the oauth_signature data. Am I missing something?