0 Votes

MFA Application

Version 3.1 by Alex Cotiugă on 2024/06/10 13:19

cogAllows users to authenticate to the wiki using Time-based One Time Passwords.
Recommended
TypeXAR
CategoryApplication
Developed byUnknown
Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Installable with the Extension Manager

Description

Allows users to authenticate to the wiki using Time-based One Time Passwords.

The MFA application is not compatible with other applications that provide Authenticators for XWiki. Uninstall these applications and restart the wiki.

In xwiki.properties, enable the Agnease repository, to find the extension in the Extension Manager. For that, identify the following first 3 lines, uncomment them and add the 4th one. If the 3 lines are not enable, no extensions will be found in those repositories.

extension.repositories = maven-xwiki:maven:https://nexus.xwiki.org/nexus/content/groups/public
extension.repositories = store.xwiki.com:xwiki:https://store.xwiki.com/xwiki/rest/
extension.repositories = extensions.xwiki.org:xwiki:https://extensions.xwiki.org/xwiki/rest/
extension.repositories = agnease.com:xwiki:https://agnease.com/rest/

Before XWiki 15.3, add the following authentication class in xwiki.cfg.

xwiki.authentication.authclass=com.agnease.mfa.authenticator.TOTPAuthService

Since XWiki 15.3, select the authenticator from the administration section.

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 following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:

  1. Log in the wiki with a user having Administration rights
  2. Go to the Administration page and select the Import category
  3. Follow the on-screen instructions to upload the downloaded XAR
  4. Click on the uploaded XAR and follow the instructions