Headers Authenticator for XWiki
XWiki authentication based on HTTP headers |
Type | JAR |
Category | |
Developed by | |
Active Installs | 5 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | Installation of authenticators using Extension Manager is only supported since XWiki 6.0M1 |
Table of contents
Description
XWiki authentication based on HTTP headers
See https://github.com/xwiki-contrib/xwiki-authenticator-headers/blob/master/README.md
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).
You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.
Release Notes
v2.0.3
This is almost the exact same release as the previous one, but it lowered the requirement for XWiki code to XWiki 4.4.1 or later.
(Since the unit testing mocker is only available since 6.2, the testing part of the refactoring has been put aside in a branch, and will be applied during an upgrade to 6.4 or later.)
v2.0.2
This is almost the exact same release as the previous one, but it correctly enforce the requirement on XWiki core to 6.2 or later.
v2.0.1
This is almost the exact same release as the previous one, but it is now exposed with a better extension ID.
v2.0
This is a complete refactoring of the original extension published in the contrib sandbox. Code is now fully unit tested thanks to the recent MockitoOldcoreRule mocking.
TODO: User synchronization of existing users. Currently, user fields are only applied at creation time.
Dependencies
Dependencies for this extension (org.xwiki.contrib.authentication:xwiki-authenticator-headers 2.0.3):
- org.xwiki.platform:xwiki-platform-oldcore 4.4.1