I am coming from Sakai and looking to integrate BBB (Big Blue Button) into openedx. I have taken the opportunity to upgrade BBB to 3.0. The documentation I have read about LTI integration between BBB and OpenEDX, installed with tutor, leaves some gaps in my understanding of what needs to be done.
- Forums posts say I can get details for the LTI key and config in bbb by running “bbb-conf --lti” but this does not work in BBB 3.0 I did install BBB using the bbb_install.sh script with the “-t key:secret” option. There is “bbb-conf --secret” but it doesn’t appear to have the information required.
- OpenEDX documentation (10.20. LTI Component — Building and Running an edX Course documentation) says I need to set up a LTI passport string but I am not sure where to get the url for this string. The format
{your_lti_id}:{client_key}:{client_secret}
doesn’t seem to contain the server url to use? - I have added “lti_consumer” to my course’s “Advanced module list”
- BBB uses LTI 1.3 from their documentation.
I am hoping there is a nice step by step guide how to do this. Gemini and Chatgpt seem to be equally at a loss. Any help appreciated.
Thanks