• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Apr-2024-

conf/H21-Sep-2020-1412

lang/en/H21-Sep-2020-86

LICENSEH A D28-Mar-201717.7 KiB340281

README.mdH A D28-Mar-2017923 3422

auth.phpH A D28-Mar-20172.1 KiB8554

plugin.info.txtH A D28-Mar-2017262 87

README.md

1Description
2===========
3DokuWiki Auth Plugin to work with privacyIDEA.
4
5Using this plugin you can authenticate the dokuwiki users gainst privacyIDEA.
6The users themselves and their access rights are still managed within dokuwiki.
7At the moment you need to create a useridresolver in privacyIDEA, that holds the same users
8like the users in dokuwiki.
9
10Then activate the plugin.
11Configure necessary plugin settings like:
12
13 * URL of your privacyIDEA server
14 * The users realm
15 * whether or not the SSL certificate should be checked...
16
17...and select the plugin as active plugin.
18
19Now you can login with the tokens enrolled in privacyIDEA for the users.
20
21Troubleshooting
22===============
23
24You can revert to the originial auth plugin by editing the file conf/local.php:
25
26   $conf['authtype'] = 'authplain';
27
28
29Debug
30=====
31
32The auth plugin write some messages to the debug log.
33You can activate debugging in the dokuwiki settings.
34