Try our conversational search powered by Generative AI!

Auditing 'Set Access Rights' Function

Vote:
 

I am wondering if anyone knows of a good way to audit changes made to "Set Access Rights" in the admin section of Episerver.  Looking for a delegate or change/save event I can hook into.  We limit who has rights to this section, but we would like to take it a step further and log every change that is made regarding access rights to pages.

#184667
Edited, Nov 01, 2017 20:48
Vote:
 

Hi Jon,

You can attach to IContentSecurityRepository.ContentSecuritySaving event to see the ACL, but there's no way to see who's made changes.

ContentSecurityCancellableEventArgs.ContentSecurityDescriptor.Creator is always null.

#184668
Edited, Nov 01, 2017 23:05
Vote:
 

Interesting, thanks though!  This will probably be enough to at least get me started.

#184721
Nov 02, 2017 14:04
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.