How to link a correct course from canvas to a LTI tool provider from launch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are working on launching an LTI tool from canvas course level. The context information inlcuding
courseCode and courseNeme could are captured in context claim during launch. but obviously, the tool provider have different courseIDs from canvas, and we want to direct to the final course page on tool provider which corresponded to the canvas course that launched from. Is there a way to mapping the course id between canvas and LTI tool during launch? Thanks!
...
"https://purl.imsglobal.org/spec/lti/claim/resource_link": {
"id": "36115",
"title": "Stonecourse1 resource",
"description": "Stonecourse1 resource subject"
},
"https://purl.imsglobal.org/spec/lti/claim/context": {
"id": "23176",
"label": "test course code",
"title": "test course",
"type": [
""
]
},
.....