adds support for sending external_user_id as user_id in LTI 1.1 XBlock launches
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
.