38895a0ebd2d3f9d0e5b3acd40c88604b2e1337e
[atutor.git] / mods / adobe_connect / README.txt
1
2 Adobe Connect Integration
3
4 -------------------------------------------------------------------
5
6 Description
7
8 This module allows ATutor to connect with an Adobe Connect Server with a Single Sign-On using Adobe Connect API and maintaining user roles. 
9
10 When a instructor makes the module avaiable, course enrolled users can access Adobe Connect without login, if they don't have an account on Adobe Connect Server the module creates an account to access, with ATutor login username and ATutor firstname and lastname. 
11
12 This module creates an Adobe Connect room foreach course where the module is avaiable. The first time a course user accesses Adobe Connect, the module search a room in Adobe Connect Server named $_SESSION["course_id"] and if it doesn't exists, creates it.
13
14 -------------------------------------------------------------------
15
16 Requirements
17
18 - Atutor version > 1.6
19 - Adobe Connect Server > 6
20
21 -------------------------------------------------------------------
22
23 Installation
24
25 - Login as an admin user, goto Modules -> Install modules, and select the zip file.
26 - On the admin menu, go to the Adobe Connect tab
27 - Config the Adobe Connect Server
28     .Host and port
29     .An Adobe Connect admin user login data
30     .The folder id where the course rooms should be created (adobe connect folder sco-id)
31 - Activate headers authentication on the Adobe Connect Server installation
32     .in INSTALLATIONPATH/appserv/conf/WEB-INF/web.xml uncomment HeaderAuthenticationFilter lines
33     .in INSTALLATIONPATH/custom.ini add HTTP_AUTH_HEADER=XXXXXX where XXXXXX is the admin password
34     .reboot Adobe Connect application
35
36 -------------------------------------------------------------------
37
38 I don't have any relation with Adobe, this module is based on a OnCampus University development. For commercial or server configuration support, contact Adobe.
39