This plugin provides simple “lazy sessions” initiation for the Shibboleth Authentication Backend. It intercepts the native LOGIN action in Dokuwiki, which shows the login form, and redirects the user to the proper Shibboleth handler instead.
shiblogin directory to the lib/plugins directory of your Dokuwiki installationWithout any configuration the plugin authomatically determines the URL of the Shibboleth login handler:
https://HOSTNAME/Shibboleth.sso/Login?target=REFERER_URL
Where:
Through configuration directives it is possible to set different parts of that URL or the whole URL itself. For more info, see the packed example configuration file - conf/example-shibplugin-conf.php.