Advanced SOD Policy, get the violation details in the report

Hello,

  1. I have created an Advanced SOD policy with a rule that gets me users with an attribute XYZ in application A having an entitlement with classification( ABC) in application B. when i run the task, the policy violation is getting created but doesnt have the information on what entitlement caused the violation. it only has the policy name. how can i get that included in the policy violation workitem or report?
  2. for the same policy when the work item is created, i only see the allow option. when i click allow, the date field is grayed out not allowing me to select the allow till date. how can this be resolved and also how can i include the policy violation in a certification.

Good day to you! I’m going to try to go through your statements/questions one by one to the extent that I have references available…

  1. Policy Violation Work Item needs additional context

The first thing to do here is to ensure that your Policy configuration is complete. When configuring the policy rules (constraints), you can configure a description, mitigating control text, remediation advice text, and a Violation rule (often referred to as a Violation Formatting Rule) for each policy rule/constraint you define inside a policy. See the Violation rule in https://community.sailpoint.com/t5/Technical-White-Papers/Rules-in-IdentityIQ-7-0-and-later-versions/ta-p/78176 for more info on that.



image

Finally, if the Policy triggers a Workflow, you can build a custom form in the workflow to present the Policy Violation to users to act using standard workflow customization techniques.

Note that all of this is focused on the Work Item as it is presented to the user - I’m not sure how this will translate into a report. That said, I do know that the OOB Policy Violation report can be modified to add a column for the constraint that was violated as well:

<ReportColumnConfig field="constraintName" header="Constraint" property="constraintName" sortable="true" width="255"/>

  1. Policy Violation Work Item only has Allow option

This ties to both your Policy’s certificationActions are, as well as your Complince Manager settings (specifically, I believe you also need Enable Allow Exception Popup checked).

  1. Include Policy Violations in a Certification

There is an option in the Certification configuration to Include Policy Violations. It should be noted that this will only include Active violations - not violations that have been mitigated or remediated or closed.

1 Like