Skip to content

Commit 9a503ea

Browse files
committed
LTI 1.3 section identification
1 parent b8e663a commit 9a503ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/Authen/LTIAdvantage.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ sub get_credentials ($self) {
193193
[ roles => 'https://purl.imsglobal.org/spec/lti/claim/roles' ],
194194
[ last_name => 'family_name' ],
195195
[ first_name => 'given_name' ],
196-
[ section => 'https://purl.imsglobal.org/spec/lti/claim/custom#section' ],
196+
[ section => 'https://purl.imsglobal.org/spec/lti/claim/lis#course_section_sourcedid' ],
197197
[ recitation => 'https://purl.imsglobal.org/spec/lti/claim/custom#recitation' ],
198198
);
199199

0 commit comments

Comments
 (0)