We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e663a commit 9a503eaCopy full SHA for 9a503ea
lib/WeBWorK/Authen/LTIAdvantage.pm
@@ -193,7 +193,7 @@ sub get_credentials ($self) {
193
[ roles => 'https://purl.imsglobal.org/spec/lti/claim/roles' ],
194
[ last_name => 'family_name' ],
195
[ first_name => 'given_name' ],
196
- [ section => 'https://purl.imsglobal.org/spec/lti/claim/custom#section' ],
+ [ section => 'https://purl.imsglobal.org/spec/lti/claim/lis#course_section_sourcedid' ],
197
[ recitation => 'https://purl.imsglobal.org/spec/lti/claim/custom#recitation' ],
198
);
199
0 commit comments