Changes for page MFA Application
Last modified by Alex Cotiugă on 2025/03/28 15:16
From version 5.3
edited by Alex Cotiugă
on 2024/06/10 17:08
on 2024/06/10 17:08
Change comment:
There is no comment for this version
To version 5.6
edited by Alex Cotiugă
on 2024/06/10 17:10
on 2024/06/10 17:10
Change comment:
There is no comment for this version
Summary
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- 1718039336790-166.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +45.6 KB - Content
- ExtensionCode.ExtensionClass[0]
-
- Description
-
... ... @@ -1,0 +1,28 @@ 1 +{{error}} 2 +The MFA application is not compatible with other applications that provide [[Authenticators for XWiki>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Authentication/]]. Uninstall these applications and restart the wiki. 3 +{{/error}} 4 + 5 +== Enable new repository == 6 +A new repository must be added in the xwiki.properties files, to find the extensions provided by Agnease in the Extension Manager. Ientify the following first 3 lines (they are commented by default), uncomment them and add the 4th one. If the XWiki repositories are not enabled in this file, no XWiki extensions will be found anymore. 7 + 8 +{{code language="none"}} 9 +extension.repositories = maven-xwiki:maven:https://nexus.xwiki.org/nexus/content/groups/public 10 +extension.repositories = store.xwiki.com:xwiki:https://store.xwiki.com/xwiki/rest/ 11 +extension.repositories = extensions.xwiki.org:xwiki:https://extensions.xwiki.org/xwiki/rest/ 12 +extension.repositories = agnease.com:xwiki:https://agnease.com/rest/ 13 +{{/code}} 14 + 15 +== Set the authenticator == 16 +Before XWiki 15.3, add the following authentication class in xwiki.cfg. 17 + 18 +{{code language="none"}} 19 +xwiki.authentication.authclass=com.agnease.mfa.authenticator.TOTPAuthService 20 +{{/code}} 21 + 22 +Since XWiki 15.3, select the authenticator from the administration section. 23 + 24 +[[image:1718039336790-166.png||data-xwiki-image-style-border="true"]] 25 + 26 +== Global Configuration == 27 + 28 +=== User Profile ==