LTI not storing custom values in session data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024
10:34 AM
I am in the process of creating an LTI tool, and part of what I need is data from the LTI launch.
I have it set up so I can click the link in the user managment and it launches the site as expected. However, I can't find the canvas user id in the session data anywhere. I checked both in my backend session table (I'm using Django) and in the cookies, and am unable to find the value.
In the LTI key setup, I did add a custom field to return the canvas user id.
Thanks in advance!