![Picture of Ted Cowan Picture of Ted Cowan](/graphics/unknown.gif)
Ted Cowan - 2015-03-01 01:19:33
I am receiving this message when I attempt to authenticate in a Canvas LTI app that will eventually pass back a grade:
Error: it was not possible to access the OAuth request token: it was returned an unexpected response status 302 Response: <html><body>You are being <a href="https://xxx.instructure.com/login?needs_cookies=1">redirected</a>.</body></html>
I am using the following entry which I created in the .json file (and I admit that I guessed):
"Canvas":
{
"oauth_version": "1.0",
"request_token_url": "https://xxx.instructure.com/oauth/request_token",
"dialog_url": "https://xxx.instructure.com/oauth/authorize",
"access_token_url": "https://xxx.instructure.com/oauth/access_token",
"token_request_method": "POST"
},