pitbulk / dokuwiki-saml

GNU General Public License v2.0
2 stars 10 forks source link

if authsaml active it doesn't update users.saml.php #12

Open fabibal opened 4 years ago

fabibal commented 4 years ago

I can't get this plugin work. If I set $conf['authtype'] = 'authsaml' then it won't update the users.saml.php file.

if $conf['authtype'] = 'authplain' then it updates the file correctly after login. To get SAML work I need to set $conf['authtype'] = 'authsaml' and use the use the external saml_user_file

in authsaml\conf\default.php 'use_internal_user_store' => false,

Any help would be appreciated.