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

Settings "Username attribute", "Username checking", "Firstname ...", "Lastname...", etc are a bit confusing and probably useless #26

Closed mfprimo closed 5 years ago

mfprimo commented 5 years ago

There are several nuisances with some settings:

The combined effect of all that settings is unclear to the administrator of Moodle which often is not a SAML expert. Moreover, it nullifies a distinguishing feature of this plugin: if you host several Moodle instance each autenticating against the same IdP, you have to repeat these configuration in each instance. And it is probable that very few users needs these options.

I'll deprecate these settings and I'll prepare a document explaing how to move the same behaviours in an authproc in the SimpleSAMLphp configuration.