Changes for page XWiki Two-Factor Authentication
Last modified by Agnease on 2026/05/23 18:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,21 +35,20 @@ 35 35 <h2 id="overview-title">Stronger login protection for XWiki</h2> 36 36 37 37 <p> 38 - The XWiki MFA /Two-Factor Authentication extension adds additional verification after the standard39 - XWikiusername and password login.Itstrengthensaccount protection withoutreplacingthefamiliar40 - XWikiauthenticationflow.38 + The XWiki Two-Factor Authentication extension adds an additional verification screen after the standard 39 + username and password login. Users confirm their identity with a time-based one-time code generated by an 40 + authenticator app, or with a verification code delivered by email. 41 41 </p> 42 42 43 43 <p> 44 - The extension s upportsauthenticatorapp codesusingTOTP,email-delivered one-time verificationcodes,45 - andstricterconfigurationswherebothverificationmethodsarerequired.Thisallowsorganizations to46 - choosebetweenasimpler2FAsetupor astrongermulti-stepMFApolicy.44 + The extension is designed for organizations that want to improve account security while keeping authentication 45 + close to the standard XWiki login experience. It also supports remembering trusted clients beyond the current 46 + session, so users are not forced to enter a second factor again on every login from the same trusted browser. 47 47 </p> 48 48 49 49 <p> 50 - Trusted clients can also be remembered for a configured period. In practice, this means that a known 51 - browser or device can avoid repeated MFA prompts, while new or untrusted clients still require the 52 - configured verification steps. 50 + It can be useful for internal knowledge bases, intranets, documentation platforms, SOP systems, or other 51 + XWiki environments where access to content and administration should be better protected. 53 53 </p> 54 54 </article> 55 55 ... ... @@ -57,11 +57,12 @@ 57 57 <h3 id="quick-facts-title">Quick facts</h3> 58 58 <ul> 59 59 <li>Works with the standard XWiki login flow</li> 60 - <li>Supports authenticator app codes using TOTP</li> 61 - <li>Supports email-delivered one-time verification codes</li> 62 - <li>Can require app code and email code together for stricter MFA</li> 63 - <li>Can remember trusted browsers or devices beyond the current session</li> 64 - <li>Includes wiki administration and user profile controls</li> 59 + <li>Supports authenticator app verification codes</li> 60 + <li>Supports email-delivered verification codes</li> 61 + <li>Can remember trusted clients beyond the current session</li> 62 + <li>Configuration available from wiki administration</li> 63 + <li>User setup available during login or from the user profile</li> 64 + <li>Administrators can enable, disable or reset MFA for users</li> 65 65 <li>Can be used on the main wiki and subwikis</li> 66 66 </ul> 67 67 </aside> ... ... @@ -95,7 +95,7 @@ 95 95 </div> 96 96 <h3>Authenticator app codes</h3> 97 97 <p> 98 - Users can verify access with TOTPcodes generated by authenticator applicationsona mobiledeviceor desktop.98 + Users can verify access with codes generated by authenticator applications, such as mobile TOTP apps. 99 99 </p> 100 100 </article> 101 101 ... ... @@ -105,22 +105,12 @@ 105 105 </div> 106 106 <h3>Email verification codes</h3> 107 107 <p> 108 - Users can receive one-timeverification codesby email, useful when an authenticator app is not availableor preferred.108 + Users can also receive a verification code by email, useful when an authenticator app is not available. 109 109 </p> 110 110 </article> 111 111 112 112 <article class="product-feature"> 113 113 <div class="feature-icon"> 114 - <i class="fa fa-plus-circle" aria-hidden="true"></i> 115 - </div> 116 - <h3>Combined verification</h3> 117 - <p> 118 - The extension can also require both an authenticator app code and an email code for stricter multi-factor verification. 119 - </p> 120 - </article> 121 - 122 - <article class="product-feature"> 123 - <div class="feature-icon"> 124 124 <i class="fa fa-qrcode" aria-hidden="true"></i> 125 125 </div> 126 126 <h3>User setup screen</h3> ... ... @@ -131,11 +131,12 @@ 131 131 132 132 <article class="product-feature"> 133 133 <div class="feature-icon"> 134 - <i class="fa fa-l aptop" aria-hidden="true"></i>124 + <i class="fa fa-clock-o" aria-hidden="true"></i> 135 135 </div> 136 136 <h3>Remember trusted clients</h3> 137 137 <p> 138 - Known browsers or devices can be remembered for a configured period, reducing repeated MFA prompts from trusted clients. 128 + Trusted browsers can be remembered beyond the current session, reducing repeated MFA prompts while keeping 129 + the second factor active for new or untrusted clients. 139 139 </p> 140 140 </article> 141 141 ... ... @@ -145,7 +145,7 @@ 145 145 </div> 146 146 <h3>Administration controls</h3> 147 147 <p> 148 - Administrators can configureMFAbehavior, manage user activation, and reset user setup when required.139 + Administrators can enable the feature globally, manage user-level activation, and reset a user setup when required. 149 149 </p> 150 150 </article> 151 151 ... ... @@ -226,22 +226,18 @@ 226 226 <h2 id="compliance-title">Useful for MFA adoption and NIS 2 readiness</h2> 227 227 228 228 <p> 229 - Many organizations now need multi-factor authentication for enterprise software, including internal 230 - knowledge bases, documentation platforms, intranets and systems that contain operational procedures 231 - or sensitive business information. 220 + Many organizations now need multi-factor authentication for enterprise software, especially when the 221 + platform contains internal documentation, procedures, operational knowledge or sensitive business data. 232 232 </p> 233 233 234 234 <p> 235 - For organizations using XWiki, adding MFA directly to the standard XWiki login flow can help close a 236 - practical access-control gap. The extension can support simple 2FA with one additional verification method, 237 - or a stricter MFA setup where both authenticator app and email verification are required. 225 + For organizations using XWiki as a knowledge platform, having MFA embedded in the standard XWiki login 226 + experience helps close a practical security gap without requiring a full replacement of the authentication flow. 238 238 </p> 239 239 240 240 <p> 241 - This can be relevant for organizations preparing for NIS 2, where multi-factor authentication or 242 - continuous authentication is part of cybersecurity risk-management measures, where appropriate. 243 - MFA support in XWiki is only one part of a broader compliance and security program, but it can be an 244 - important technical control for protecting access to the wiki. 230 + This can be relevant for companies preparing for NIS 2 requirements, where MFA is part of a broader 231 + cybersecurity risk management and access protection strategy. 245 245 </p> 246 246 </article> 247 247