Changes for page XWiki Authentication and Access Control
Last modified by Agnease on 2026/05/25 12:52
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki Authentication and Access Control | SSO, LDAP and Permissions1 +XWiki Authentication and Access Control - Content
-
... ... @@ -1,7 +1,6 @@ 1 1 {{velocity}} 2 2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 3 {{html clean="false"}} 4 - 5 5 ## PAGE HEADER 6 6 <section class="hero hero-centered service-hero" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> ... ... @@ -13,15 +13,10 @@ 13 13 <h1 id="hero-title">Secure XWiki access, authentication and permissions</h1> 14 14 15 15 <p class="lead"> 16 - Configureand maintainXWiki authentication, user synchronization,group management and access rights17 - forproductionenvironments.15 + Secure XWiki access with LDAP, Active Directory, SSO, OIDC, SAML, MFA, user synchronization, 16 + group management and maintainable permission policies. 18 18 </p> 19 19 20 - <p class="hero-support"> 21 - We help organizations connect XWiki with LDAP, Active Directory, SSO, OIDC, SAML or MFA, while keeping 22 - permissions understandable, maintainable and aligned with internal access policies. 23 - </p> 24 - 25 25 <div class="hero-actions"> 26 26 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Discuss access control needs</a> 27 27 <a class="btn btn-secondary" href="#access-control-process">See the approach</a> ... ... @@ -28,63 +28,61 @@ 28 28 </div> 29 29 </div> 30 30 </section> 25 + ## WHY ACCESS CONTROL CARDS 26 + #set ($accessControlItems = [{ 27 + 'title': 'Connect users securely', 28 + 'icon': 'sign-in', 29 + 'content': 'Integrate XWiki with your identity provider so users can access the platform with familiar credentials.', 30 + 'items': [ 31 + 'LDAP and Active Directory', 32 + 'OIDC, SAML and SSO', 33 + 'MFA and authentication extensions' 34 + ] 35 + },{ 36 + 'title': 'Manage groups clearly', 37 + 'icon': 'users', 38 + 'content': 'Keep user and group synchronization understandable, scalable and aligned with the way permissions are used.', 39 + 'items': [ 40 + 'User synchronization', 41 + 'Group mapping and filtering', 42 + 'Large directory considerations' 43 + ] 44 + },{ 45 + 'title': 'Control access safely', 46 + 'icon': 'key', 47 + 'content': 'Review and structure rights so spaces, pages and applications can be maintained without accidental exposure.', 48 + 'items': [ 49 + 'Wiki and page permissions', 50 + 'Admin and script rights awareness', 51 + 'Rights model cleanup' 52 + ] 53 + }]) 31 31 32 - ## WHY ACCESS CONTROL MATTERS 33 33 <section aria-labelledby="why-access-title"> 34 34 <div class="container"> 35 35 <h2 id="why-access-title">Access control is central to a reliable XWiki platform</h2> 36 - 37 37 <p class="section-intro"> 38 38 XWiki often contains internal knowledge, procedures, project information, customer data, controlled documents 39 39 and business workflows. Authentication and permissions need to be configured carefully so users can access 40 40 what they need without exposing sensitive information or making administration too complex. 41 41 </p> 42 - 43 43 <div class="pathways"> 44 - <article class="pathway-card"> 45 - <div class="pathway-icon"> 46 - <i class="fa fa-sign-in" aria-hidden="true"></i> 47 - </div> 48 - <h3>Connect users securely</h3> 49 - <p> 50 - Integrate XWiki with your identity provider so users can access the platform with familiar credentials. 51 - </p> 52 - <ul> 53 - <li>LDAP and Active Directory</li> 54 - <li>OIDC, SAML and SSO</li> 55 - <li>MFA and authentication extensions</li> 56 - </ul> 57 - </article> 58 - 59 - <article class="pathway-card"> 60 - <div class="pathway-icon"> 61 - <i class="fa fa-users" aria-hidden="true"></i> 62 - </div> 63 - <h3>Manage groups clearly</h3> 64 - <p> 65 - Keep user and group synchronization understandable, scalable and aligned with the way permissions are used. 66 - </p> 67 - <ul> 68 - <li>User synchronization</li> 69 - <li>Group mapping and filtering</li> 70 - <li>Large directory considerations</li> 71 - </ul> 72 - </article> 73 - 74 - <article class="pathway-card"> 75 - <div class="pathway-icon"> 76 - <i class="fa fa-key" aria-hidden="true"></i> 77 - </div> 78 - <h3>Control access safely</h3> 79 - <p> 80 - Review and structure rights so spaces, pages and applications can be maintained without accidental exposure. 81 - </p> 82 - <ul> 83 - <li>Wiki and page permissions</li> 84 - <li>Admin and script rights awareness</li> 85 - <li>Rights model cleanup</li> 86 - </ul> 87 - </article> 64 + #foreach ($entry in $accessControlItems) 65 + <article class="pathway-card"> 66 + <div class="card-heading"> 67 + <div class="pathway-icon"> 68 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 69 + </div> 70 + <h3>$entry.title</h3> 71 + </div> 72 + <p>$entry.content</p> 73 + <ul> 74 + #foreach ($item in $entry.items) 75 + <li>$item</li> 76 + #end 77 + </ul> 78 + </article> 79 + #end 88 88 </div> 89 89 </div> 90 90 </section>
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki authentication and access control services for SSO, LDAP, OIDC, SAML, MFA, user groups, permissions and secure enterprise access management. - metaTitle
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki Authentication and Access Control Services | Agnease