Deploying Opencast for Moodle #7308
Unanswered
mjencabh
asked this question in
Ask Questions, Get Answers
Replies: 1 comment 2 replies
-
|
Hi Michael, I'd suggest joining the Opencast Moodle Community Matrix channel for ongoing discussions. To clarify the situation here: if you want to use LTI authentication for better security, you cannot use the The In short:
For more details, see the documentation: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, what a great project! I have managed to get it up and running, but I’m facing some issues regarding access control that I hope you can help with.
My setup:
The issue: I can set up LTI, and teachers can edit and upload without problems. However, I want to keep the videos "safe" so they are only accessible within Moodle, unless a teacher explicitly sets the view rights to fully public.
Currently, the "Test connection" is all green. But:
If I set mod_opencast to API, it doesn't show anything in the player.
If I change it to engage_player, the video shows up, but then students can easily share the direct link with people outside of Moodle.
My questions:
What is the best practice for securing these links? For my understanding an what I can read out of docs I need to configure OAuth and specific LTI settings in both the Opencast config and the Moodle plugin?
Do I need to set up a separate External LTI tool in Moodle, or is the mod_opencast plugin enough?
Do I need to setup other roles than default for Moodle users (we use the default student role)?
Should I still use api or engage_player as the publication channel in mod_opencast when aiming for a restricted setup?
Any help or direction would be greatly appreciated!
Best regards
Michael
Beta Was this translation helpful? Give feedback.
All reactions