[LON-CAPA-cvs] cvs: loncom /lti ltiauth.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 3 17:04:19 EST 2018
raeburn Wed Jan 3 22:04:19 2018 EDT
Modified files:
/loncom/lti ltiauth.pm
Log:
- Bug 6754 LON-CAPA as LTI Provider
- Launch terminated if user has no role in target course, and
self-enrollment is not permitted.
Index: loncom/lti/ltiauth.pm
diff -u loncom/lti/ltiauth.pm:1.3 loncom/lti/ltiauth.pm:1.4
--- loncom/lti/ltiauth.pm:1.3 Sat Dec 9 16:15:47 2017
+++ loncom/lti/ltiauth.pm Wed Jan 3 22:04:19 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Basic LTI Authentication Module
#
-# $Id: ltiauth.pm,v 1.3 2017/12/09 16:15:47 raeburn Exp $
+# $Id: ltiauth.pm,v 1.4 2018/01/03 22:04:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -483,6 +483,7 @@
return OK;
} else {
&invalid_request($r,14);
+ return OK;
}
}
More information about the LON-CAPA-cvs
mailing list