Skip to content

Commit

Permalink
Fix the comment about the LTI 1.1 consumer key in the authen_LTI_1_1.…
Browse files Browse the repository at this point in the history
…conf.dist file.

The LMS course ID is not the issue.  It is the LMS context id.  That can
be the same for two courses from different LMS's.   So the `ConsumerKey`
is used in that case to distinguish.
  • Loading branch information
drgrice1 committed Nov 13, 2024
1 parent 378c4ed commit a7b059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/authen_LTI_1_1.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $LTI{v1p1}{BasicConsumerSecret} = '';
# The consumer key is entered in the LMS request form, and needs to match the entry here if this
# is set. This is only used for content item selection requests from an LMS, and this does not
# even need to be set for that unless there are multiple courses from different LMS's that have
# the same LMS course id and both use a course on this webwork2 server. In that case each LMS
# the same LMS context id and both use a course on this webwork2 server. In that case each LMS
# must use a different consumer key, and the correct consumer keys should be set in the
# course.conf file for each course. If this server is a tool provider for multiple LMS's, then
# it is recommended that this be set. Usually it is not useful to set this here. However, if
Expand Down

0 comments on commit a7b059d

Please sign in to comment.