Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are more lti configuration options in config/lti.yml, which tells avalon where to look for user, class and lms information in the hash received from the LMS. These are the default values that are hard-coded into our version of the gem omniauth-lti. You'll only need to add the lti.yml if any of these values are different for your LMS.  You might want to follow /wiki/spaces/AVALON/pages/1957966973 for choosing values to avoid confusion in the interface.

Anchor
lti.yml
lti.yml

Code Block
---
<tool_consumer_instance_guid>:
  :uid: :user_id
  :email: :lis_person_contact_email_primary
  :context_id: :context_id
  :context_name: :context_label

...