Skip to content

adds support for sending external_user_id as user_id in LTI 1.1 XBlock launches

Choose a tag to compare

@michaelroytman michaelroytman released this 21 Nov 14:58
· 286 commits to master since this release
bfd9c08

Adds support for sending an external_user_id in LTI 1.1 XBlock launches. When the
lti_consumer.enable_external_user_id_1p1_launches CourseWaffleFlag is enabled, the LTI 1.1 launch will send an
external_user_id as the user_id attribute of the launch. When the lti_consumer.enable_external_user_id_1p1_launches
CourseWaffleFlag is disabled, the LTI 1.1 launch will continue to send the anonymous_user_id. The external_user_id is
defined, created, and stored by the external_user_ids Djangoapp in edx-platform.