Identity refresh rule

  • 7011125
  • 17-Mar-2011
  • 19-Oct-2012

Resolution

One can execute a rule during the Identity Refresh task by the following method:

  1. Create the rule you wish to use. The rule must be of type "Refresh".
    You can reference the following example rule located in
    identityiq/WEB-INF/config/examplerules.xml
    "Example Identity Refresh Rule'"
  2. Create a new Identity Refresh Task.
  3. Go to the debug pages and list objects of type TaskDefinition.
  4. Locate your newly created task by name and edit it.
  5. Add the following to your task and save.
            <Attributes>
                <Map>
                    <entry key="refreshRule" value="Name of Rule from Step 1"/>
                </Map>
            </Attributes>