Log Impersonation History

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Enable impersonation history logging using a system property.

    The impersonation history log tracks the following impersonation details on the Impersonation History [sys_user_impersonation_history] table when an impersonation is performed using the UI.
    • Impersonating user
    • Impersonated user
    • Impersonation start and end times
    • SessionID

    Ensure that the identity.impersonation.history.enabled property doesn’t exist in the System Properties [sys_properties] table, or exists and is set to a value of true.

    More information

    Attribute Description
    Configuration name identity.impersonation.history.enabled
    Configuration type System Properties (/sys_properties_list.do)
    Data type Boolean
    Recommended value true
    Default value true
    Fallback value true
    Category Error handling and logging
    Security risk
    • Severity score: 4.9
    • CVSS score: Medium
    • Security risk details: When this property is set to true, impersonation session details are logged in the Impersonation History [sys_user_impersonation_history] table. Use this information for auditing in security investigations or for compliance purposes.
    Functional Impact When this property is set to true, impersonation session details are logged in the Impersonation History [sys_user_impersonation_history] table. When set to false, the impersonation details aren’t captured this table.
    Dependencies and prerequisites None