We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983cfa7 + bc35c58 commit de0407aCopy full SHA for de0407a
lib/WeBWorK/Authz.pm
@@ -490,7 +490,7 @@ sub checkSet {
490
. 'Try logging in to the Learning Management System and visiting the set from there.',
491
$LMS
492
))
493
- unless $set->lis_source_did;
+ unless $set->lis_source_did || ($ce->{LTIVersion} eq 'v1p3' && $ce->{LTI}{v1p3}{ignoreMissingSourcedID});
494
}
495
496
return 0;
0 commit comments