diff --git a/lib/WeBWorK/Authen/LTIAdvanced.pm b/lib/WeBWorK/Authen/LTIAdvanced.pm index b7dd57027e..c24a606238 100644 --- a/lib/WeBWorK/Authen/LTIAdvanced.pm +++ b/lib/WeBWorK/Authen/LTIAdvanced.pm @@ -238,7 +238,7 @@ sub get_credentials { [ 'oauth_signature', 'oauth_signature' ], [ 'oauth_nonce', 'oauth_nonce' ], [ 'oauth_timestamp', 'oauth_timestamp' ], - [ 'section', 'custom_section' ], + [ 'section', 'context_label' ], [ 'recitation', 'custom_recitation' ], ); diff --git a/lib/WeBWorK/Authen/LTIAdvantage.pm b/lib/WeBWorK/Authen/LTIAdvantage.pm index 3927584e2e..eb853d5727 100644 --- a/lib/WeBWorK/Authen/LTIAdvantage.pm +++ b/lib/WeBWorK/Authen/LTIAdvantage.pm @@ -193,7 +193,7 @@ sub get_credentials ($self) { [ roles => 'https://purl.imsglobal.org/spec/lti/claim/roles' ], [ last_name => 'family_name' ], [ first_name => 'given_name' ], - [ section => 'https://purl.imsglobal.org/spec/lti/claim/custom#section' ], + [ section => 'https://purl.imsglobal.org/spec/lti/claim/lis#course_section_sourcedid' ], [ recitation => 'https://purl.imsglobal.org/spec/lti/claim/custom#recitation' ], );