mit-teaching-systems-lab / discourse-edx-lti

Discourse plugin for using Discourse as a discussion forum in EdX courses
http://tsl.mit.edu
MIT License
22 stars 6 forks source link

Add support for redirecting to target URL after LTI #5

Closed kevinrobinson closed 7 years ago

kevinrobinson commented 7 years ago

This allows setting ["url=/foo/bar"] in EdX studio to redirect to a particular page after LTI authentication. It does this instead of using the origin query string, since the Studio UI requires course authors to escape that query string themselves, which is a barrier for course authors.

kevinrobinson commented 7 years ago

selfie