dmirandaa / moodle-auth_saml2sso

Moodle plugin for authentication using a SimpleSAMLphp Service Provider
https://moodle.org/plugins/auth_saml2sso
0 stars 6 forks source link

moodle_mapping configuration parameter is not used #11

Closed iv-enovation closed 5 years ago

iv-enovation commented 6 years ago

moodle_mapping config parameter is not used. in auth.php near line 216 the field that a user is checked against is $this->config->mdlattr and it's hardcoded to 'username'. it should be $this->config->moodle_mapping i believe

mfprimo commented 5 years ago

Fixed with issue #13