Changes for page XWiki Authentication and Access Control
Last modified by Agnease on 2026/05/25 12:52
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -82,32 +82,6 @@ 82 82 </section> 83 83 84 84 ## COMMON NEEDS 85 - #set ($accessNeedsItems = [{ 86 - 'title': 'LDAP and Active Directory integration', 87 - 'icon': 'address-book', 88 - 'content': 'Configuration, troubleshooting and optimization of LDAP/AD authentication, user creation and group synchronization.' 89 - },{ 90 - 'title': 'SSO, OIDC and SAML', 91 - 'icon': 'sign-in', 92 - 'content': 'Integration with identity providers, single sign-on flows and authentication extensions used in enterprise environments.' 93 - },{ 94 - 'title': 'Multi-factor authentication', 95 - 'icon': 'shield', 96 - 'content': 'MFA setup, licensing, configuration, troubleshooting and review of authentication-related user experience.' 97 - },{ 98 - 'title': 'User and group synchronization', 99 - 'icon': 'users', 100 - 'content': 'Review of synchronization strategy, group mapping, large-directory behavior and performance implications.' 101 - },{ 102 - 'title': 'Rights model review', 103 - 'icon': 'key', 104 - 'content': 'Review and cleanup of space, page, group and application permissions to reduce confusion and access risks.' 105 - },{ 106 - 'title': 'Access-related troubleshooting', 107 - 'icon': 'warning', 108 - 'content': 'Investigation of login failures, missing users, group sync issues, unexpected permissions or denied access.' 109 - }]) 110 - 111 111 <section class="services" aria-labelledby="access-needs-title"> 112 112 <div class="container"> 113 113 <h2 id="access-needs-title">Common authentication and access control needs</h2> ... ... @@ -118,18 +118,77 @@ 118 118 </p> 119 119 120 120 <div class="services-grid"> 121 - #foreach ($entry in $accessNeedsItems) 122 - <article class="service"> 123 - <div class="service-icon" aria-hidden="true"> 124 - <i class="fa fa-$entry.icon"></i> 125 - </div> 95 + <article class="service"> 96 + <div class="service-icon" aria-hidden="true"> 97 + <i class="fa fa-address-book"></i> 98 + </div> 99 + <div class="service-body"> 100 + <h4>LDAP and Active Directory integration</h4> 101 + <p> 102 + Configuration, troubleshooting and optimization of LDAP/AD authentication, user creation and group synchronization. 103 + </p> 104 + </div> 105 + </article> 126 126 127 - <div class="service-body"> 128 - <h4>$entry.title</h4> 129 - <p>$entry.content</p> 130 - </div> 131 - </article> 132 - #end 107 + <article class="service"> 108 + <div class="service-icon" aria-hidden="true"> 109 + <i class="fa fa-sign-in"></i> 110 + </div> 111 + <div class="service-body"> 112 + <h4>SSO, OIDC and SAML</h4> 113 + <p> 114 + Integration with identity providers, single sign-on flows and authentication extensions used in enterprise environments. 115 + </p> 116 + </div> 117 + </article> 118 + 119 + <article class="service"> 120 + <div class="service-icon" aria-hidden="true"> 121 + <i class="fa fa-shield"></i> 122 + </div> 123 + <div class="service-body"> 124 + <h4>Multi-factor authentication</h4> 125 + <p> 126 + MFA setup, licensing, configuration, troubleshooting and review of authentication-related user experience. 127 + </p> 128 + </div> 129 + </article> 130 + 131 + <article class="service"> 132 + <div class="service-icon" aria-hidden="true"> 133 + <i class="fa fa-users"></i> 134 + </div> 135 + <div class="service-body"> 136 + <h4>User and group synchronization</h4> 137 + <p> 138 + Review of synchronization strategy, group mapping, large-directory behavior and performance implications. 139 + </p> 140 + </div> 141 + </article> 142 + 143 + <article class="service"> 144 + <div class="service-icon" aria-hidden="true"> 145 + <i class="fa fa-key"></i> 146 + </div> 147 + <div class="service-body"> 148 + <h4>Rights model review</h4> 149 + <p> 150 + Review and cleanup of space, page, group and application permissions to reduce confusion and access risks. 151 + </p> 152 + </div> 153 + </article> 154 + 155 + <article class="service"> 156 + <div class="service-icon" aria-hidden="true"> 157 + <i class="fa fa-warning"></i> 158 + </div> 159 + <div class="service-body"> 160 + <h4>Access-related troubleshooting</h4> 161 + <p> 162 + Investigation of login failures, missing users, group sync issues, unexpected permissions or denied access. 163 + </p> 164 + </div> 165 + </article> 133 133 </div> 134 134 </div> 135 135 </section>