Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 11-Apr-2025 | - | ||||
conf/ | H | 23-Oct-2020 | - | 30 | 20 | |
lang/en/ | H | 23-Oct-2020 | - | 43 | 20 | |
phpsaml/ | H | 23-Oct-2020 | - | 13,618 | 9,854 | |
README | H A D | 22-Oct-2020 | 986 | 29 | 20 | |
action.php | H A D | 22-Oct-2020 | 1.7 KiB | 62 | 35 | |
admin.php | H A D | 22-Oct-2020 | 2.7 KiB | 85 | 62 | |
admin.svg | H A D | 22-Oct-2020 | 296 | 2 | 1 | |
auth.php | H A D | 22-Oct-2020 | 7.8 KiB | 209 | 149 | |
deleted.files | H A D | 22-Oct-2020 | 18 | 2 | 1 | |
helper.php | H A D | 22-Oct-2020 | 2.7 KiB | 90 | 62 | |
plugin.info.txt | H A D | 22-Oct-2020 | 240 | 8 | 7 |
README
1adfs Plugin for DokuWiki 2 3Provides user authentication against Active Directory Federation 4Service via SAML 2.0 5 6All documentation for this plugin can be found at 7http://www.dokuwiki.org/plugin:adfs 8 9If you install this plugin manually, make sure it is installed in 10lib/plugins/adfs/ - if the folder is called different it 11will not work! 12 13Please refer to http://www.dokuwiki.org/plugins for additional info 14on how to install plugins in DokuWiki. 15 16---- 17Copyright (C) Andreas Gohr <gohr@cosmocode.de> 18 19This program is free software; you can redistribute it and/or modify 20it under the terms of the GNU General Public License as published by 21the Free Software Foundation; version 2 of the License 22 23This program is distributed in the hope that it will be useful, 24but WITHOUT ANY WARRANTY; without even the implied warranty of 25MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26GNU General Public License for more details. 27 28See the COPYING file in your DokuWiki folder for details 29