Hello,
I am a student who is testing using lti on the ilias platform.
I have the following error: OAuth signature check failed - perhaps an incorrect secret or timestamp, when I want to access to a test using LTI. I use the following params to do the OAuth signature :
I am a student who is testing using lti on the ilias platform.
I have the following error: OAuth signature check failed - perhaps an incorrect secret or timestamp, when I want to access to a test using LTI. I use the following params to do the OAuth signature :
method = 'POST';
// LTI Required Parameters
lti_message_type:
lti_version:
resource_link_id:
// OAuth 1.0a Required Parameters
oauth_consumer_key: '
oauth_nonce
oauth_signature_method
oauth_timestamp
oauth_version
oauth_secret
I'm using LTI 1.1
May help me to solve this problem?
Thanks you,
Fernando