Last modified by Agnease on 2026/05/25 12:52

From version 8.7
edited by Agnease
on 2026/05/25 12:49
Change comment: There is no comment for this version
To version 8.6
edited by Agnease
on 2026/05/25 12:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -134,24 +134,7 @@
134 134   </div>
135 135   </section>
136 136  
137 - ## ACCESS CONTROL PROCESS
138 - #set ($accessProcessItems = [{
139 - 'title': 'Review the current access setup',
140 - 'content': 'Authentication method, user directory, groups, synchronization behavior, rights configuration and known issues.'
141 - },{
142 - 'title': 'Clarify the target model',
143 - 'content': 'Expected login flow, user provisioning, group mapping, administration model and permission boundaries.'
144 - },{
145 - 'title': 'Validate configuration safely',
146 - 'content': 'Test authentication, synchronization and rights behavior before applying changes to production when needed.'
147 - },{
148 - 'title': 'Apply controlled changes',
149 - 'content': 'Update configuration, extensions, rights or group mappings with attention to rollback and administrator access.'
150 - },{
151 - 'title': 'Document the result',
152 - 'content': 'Provide practical notes about the final configuration, assumptions, risks and future maintenance actions.'
153 - }])
154 -
137 + ## APPROACH
155 155   <section id="access-control-process" class="split-section" aria-labelledby="process-title">
156 156   <div class="container">
157 157   <div class="split-grid">
... ... @@ -171,12 +171,26 @@
171 171   </div>
172 172  
173 173   <ol class="process-list">
174 - #foreach ($entry in $accessProcessItems)
175 - <li>
176 - <strong>$entry.title</strong>
177 - $entry.content
178 - </li>
179 - #end
157 + <li>
158 + <strong>Review the current access setup</strong>
159 + Authentication method, user directory, groups, synchronization behavior, rights configuration and known issues.
160 + </li>
161 + <li>
162 + <strong>Clarify the target model</strong>
163 + Expected login flow, user provisioning, group mapping, administration model and permission boundaries.
164 + </li>
165 + <li>
166 + <strong>Validate configuration safely</strong>
167 + Test authentication, synchronization and rights behavior before applying changes to production when needed.
168 + </li>
169 + <li>
170 + <strong>Apply controlled changes</strong>
171 + Update configuration, extensions, rights or group mappings with attention to rollback and administrator access.
172 + </li>
173 + <li>
174 + <strong>Document the result</strong>
175 + Provide practical notes about the final configuration, assumptions, risks and future maintenance actions.
176 + </li>
180 180   </ol>
181 181   </div>
182 182   </div>