-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
28 lines (19 loc) · 978 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SAML Enrollment for Moodle
-------------------------------------------------------------------------------
license: http://www.gnu.org/copyleft/gpl.html GNU Public License
Changes:
- 2010-11 : Created by Yaco Sistemas.
- 2011-19 : Maintained by Sixto Martin Garcia <[email protected]>
Requirements:
- SimpleSAML (http://rnd.feide.no/simplesamlphp). Tested with version > 1.7
- SAML Authentication for Moodle module
This plugin require a simplesamlphp instance configured as SP
(http://simplesamlphp.org/docs/trunk/simplesamlphp-sp)
Install instructions:
Check moodle_enrol_saml.txt
Important for enrollment!!
==========================
This plugin suppose that the IdP send the courses data of the user in a attribute that
can be configured but the pattern of the expected data is always:
<course_id>:<period>:<role>:<status>
You can change this pattern editing the file auth/saml/course_and_role_mapping.php and the hooks defined on custom_hook.php