-
Notifications
You must be signed in to change notification settings - Fork 1
LTI integration
Benoît edited this page Jan 19, 2018
·
15 revisions
This app can be used as a tool provider
with a tool consumer
such as a LMS (moodle, blackboard...).
See this ressource for any information about LTI.
LTI implementation is based on IMSGlobal/LTI-Tool-Provider-Library-PHP.
More than word, the best thing is to look at coding elements:
This action can be achieved using the following command php bin/console app:lti-register-consumer
, eg:
php bin/console app:lti-register-consumer --consumerKey=moodle-prod.local --consumerName=moodle --consumerSecret=ThisIsASecret
Here is an exemple with the external tool activity
in MOODLE LMS:
Launch link from LMS, you should see your video and be authenticated.
e-media wiki