What is <canvas-install-url> on the get request for requesting Canvas access.

Jump to solution
s518419
Community Novice

What is <canvas-install-url> on the request :  

GET https://<canvas-install-url>/login/oauth2/auth?client_id=XXX&response_type=code&redirect_uri=https://example.com/oauth_complete&state=YYY

I am creating a new LTI and working on the authentication piece now. I got the redirect URI and the client_id but I am not sure what the canvas-install-url actually is.

0 Likes
1 Solution
s518419
Community Novice

I was able to solve this one my putting my Canvas domain name example "https://test.acme.instructure.com"

View solution in original post