Moodle Plugins directory: SAML Authentication (simpleSAMLphp required): Versions: 2013110701 | Moodle.org

SAML Authentication (simpleSAMLphp required)
Authentication ::: auth_saml
Maintained by
Sixto Martin Garcia
SAML Authentication plugin based on the simplesamlphp software.
(Also install the SAML Enrolment plugin if you want auto-enrol based on SAML)
SAML Authentication (simpleSAMLphp required) 2013110701
Moodle 2.5, 2.6, 2.7, 2.8
Released: Senin, 24 November 2014, 16:20
SAML Authentication for Moodle
-------------------------------------------------------------------------------
license: http://www.gnu.org/copyleft/gpl.html GNU Public License
Changes:
- 2008-10 : Created by Ny Media AS
- 2008-11-03 : Updated by Ny Media AS
- 2009-07-29 : added configuration options for sslib path and config path
tightened up the session switching between ss and moodle
Piers Harding
- 2010-11 : Rewrited by Yaco Sistemas.
- 2014-11: Updated to support moodle 2.7. Added support for synchronizing users from another module
Requirements:
- SimpleSAML (http://rnd.feide.no/simplesamlphp). Tested with version > 1.7
- SAML Enrollment for Moodle module
Notes:
- Uses IdP attribute "eduPersonPrincipalName" as username by default
Install instructions:
Check moodle_auth_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:
:::
You can change this pattern editing the file auth/saml/course_mapping.php
-------------------------------------------------------------------------------
license: http://www.gnu.org/copyleft/gpl.html GNU Public License
Changes:
- 2008-10 : Created by Ny Media AS
- 2008-11-03 : Updated by Ny Media AS
- 2009-07-29 : added configuration options for sslib path and config path
tightened up the session switching between ss and moodle
Piers Harding
- 2010-11 : Rewrited by Yaco Sistemas.
- 2014-11: Updated to support moodle 2.7. Added support for synchronizing users from another module
Requirements:
- SimpleSAML (http://rnd.feide.no/simplesamlphp). Tested with version > 1.7
- SAML Enrollment for Moodle module
Notes:
- Uses IdP attribute "eduPersonPrincipalName" as username by default
Install instructions:
Check moodle_auth_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:
:::
You can change this pattern editing the file auth/saml/course_mapping.php
Version information
- Version build number
- 2014112401
- Version release name
- 2013110701
- Can be updated from
- 2011101601, 2011101601 (2011101601), 2012061301, 2012072601, 2012110501, 2012110601 (2012110601), 2012110602, 2013180302, 2013180303 (2013031803), 2013110701 (2013110701)
- Maturity
- Versi stabil
- MD5 Sum
- 7f44e5f56a56616e2d968eaca71703a2
- Supported software
- Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8
- The more recent release auth/saml version of 29-07-2015 (2015072901) exists for Moodle 2.5
- The more recent release auth/saml version of 29-07-2015 (2015072901) exists for Moodle 2.6
- The more recent release auth/saml version of 19-01-2017 (2017011901) exists for Moodle 2.7
- The more recent release auth/saml version of 19-01-2017 (2017011901) exists for Moodle 2.8
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Authentication
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myauth") in the "auth" subdirectory.
- Visit http://yoursite.com/admin to finish the installation