Closed denhyde closed 3 years ago
DokuWiki version: 2020-07-29 "Hogfather"
In lib/plugins/authsaml/conf/default.php: 'force_saml_login' => true,
'force_saml_login' => true,
In conf/local.php: $conf['authtype'] = 'authsaml';
$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.
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?
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.