DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authlinotp

authlinotp Plugin

Compatible with DokuWiki

Weatherwax

plugin Using this plugin you can authenticate the DokuWiki users gainst LinOTP

Last updated on
2017-03-29
Provides
Auth
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with 2fa, authentication, factor, otp, two

Installation

Installing and activating this plugin changes the way, the users in DokuWiki area authenticated. Thus you might break your login! So please take care.

:!: External requirements: This plugin requires the following additional components that must be installed separately:

  • Some kind of authentication devices like keyfob, smartphone or SMS gateway.

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration and Settings

In the site settings you can configure some plugin information:

  • URL of your LinOTP server. Might be something like https://localhost/validate/check
  • The users realm. If left empty, the default realm will be used.
  • Whether or not the SSL certificate should be checked. Unless you have a valid certificate by a trusted CA, you should not activate this!

Debug

The plugin writes some debug output, which can be found at data/cache/debug.log if debugging is activated.

Troubleshooting

If you need to revert to the original authentication scheme, you can do this by changing the file conf/local.php like this:

 $conf['authtype'] = 'authplain';

Change Log

Known Bugs and Issues

none, yet.

ToDo/Wish List

  • LinOTP should read the users from dokuwiki

FAQ

Discussion

Could be placed on an external page (e.g. plugin:pluginname:discussion) to have a distinction between user comments and author docs

plugin/authlinotp.txt · Last modified: 2020-09-20 13:20 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki