I have created and set up LTI 1.3 tool with LTI Key by following the canvas document - https://community.canvaslms.com/docs/DOC-16794-canvas-release-lti-13-and-lti-advantage-2019-06-22
I can launch the tool inside the canvas, and able to do the auth process and got the 'id_token' as response and canvas display my success page.
Now I need to access ( https://canvas.instructure.com/doc/api/courses.html#method.courses.show ) course content by canvas API, I can't access it using LTI key.
What's the solution for this? How can I access the content data or canvas API in LTI 1.3 tool using LTI Key?