old main

The documentation from Kaltura for their LTI 1.3 integration is missing some critical pieces.

By default, user UUID is passed from Learn to the KAF instead of their actual username.

The following custom parameters were listed in their LTI 1.1 documentation, but missing in their LTI 1.3 write-up:

  • lis_user_username=@X@user.id@X@
  • lis_course_id=@X@course.id@X@

and in the KAF Hosted module, you would fill in the following values:

  • ltiUserIdAttribute: custom_lis_user_username
  • ltiContextIdAttribute: custom_lis_course_id