pitbulk / dokuwiki-saml

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

Plain login prompt not hidden when SAML authentication is forced #13

Closed denhyde closed 3 years ago

denhyde commented 4 years ago

DokuWiki version: 2020-07-29 "Hogfather"

In lib/plugins/authsaml/conf/default.php: 'force_saml_login' => true,

In conf/local.php: $conf['authtype'] = 'authsaml';

Expected behaviour: plain authentication prompt is hidden, with only a link to idP present.

Actual behaviour: both a link to idP and plain authentication prompt are displayed.

thijskh commented 4 years ago

Could be solved in a template, or would be great for a pull request I’d think. Maybe even in dokuwiki core instead of the plugin?

pv2b commented 3 years ago

20 should resolve this one