53
Views
0
Helpful
0
Comments

Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-24-2014 04:54 PM
This document was generated from CDN thread
Created by: Emma Richardson on 01-11-2011 11:11:37 PM
I am wanting to create a link from an external website that will automatically log in to the content server as a specific user. Is this possible with api - I am trying to link from a moodle website using php5. My users already log into to Moodle and I want to avoid them having to log into TCS to see their videos. I need the api to pass a specific log in and I need to be able to change the log in from course to course. I would appreciate any help or code examples.
Subject: RE: Log in using API?
Replied by: Jesse Baker on 01-11-2011 11:28:38 PM
Hi Emma,
Unfortunately this is not possible with the Content Server API.
If you were using windows domain authentication to authenticate your Moodle users then an unsupported workaround would be to enable "single sign on" in the IIS configuration on the Content Server. In this scenario your users will automatically be authenticated when they access the TCS web interface assuming they have already provided their credentials to Moodle.
Alternatively, you could use the API to acquire the list of conferences for a particular user and provide the streaming URL to a player that you have added to Moodles interface.
Hope that helps!
Created by: Emma Richardson on 01-11-2011 11:11:37 PM
I am wanting to create a link from an external website that will automatically log in to the content server as a specific user. Is this possible with api - I am trying to link from a moodle website using php5. My users already log into to Moodle and I want to avoid them having to log into TCS to see their videos. I need the api to pass a specific log in and I need to be able to change the log in from course to course. I would appreciate any help or code examples.
Subject: RE: Log in using API?
Replied by: Jesse Baker on 01-11-2011 11:28:38 PM
Hi Emma,
Unfortunately this is not possible with the Content Server API.
If you were using windows domain authentication to authenticate your Moodle users then an unsupported workaround would be to enable "single sign on" in the IIS configuration on the Content Server. In this scenario your users will automatically be authenticated when they access the TCS web interface assuming they have already provided their credentials to Moodle.
Alternatively, you could use the API to acquire the list of conferences for a particular user and provide the streaming URL to a player that you have added to Moodles interface.
Hope that helps!
Labels: