move lti claims to userinfo
parent
4a08594532
commit
14ed627ca3
|
|
@ -199,7 +199,7 @@ function setupLTI(ltiConfig)
|
||||||
if (lti.user_id && lti.custom_room)
|
if (lti.user_id && lti.custom_room)
|
||||||
{
|
{
|
||||||
user.id = lti.user_id;
|
user.id = lti.user_id;
|
||||||
user._lti = lti;
|
user._userinfo = { "lti" : lti };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lti.custom_room)
|
if (lti.custom_room)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue