21.25 Modifying The src Attribute Used in a Policy

The usage of src attribute in the token-map verb of a policy was discontinued with Identity Manager 4.8. The src attribute is replaced with the source attribute.

However, if you have a policy that was created with versions prior to Identity Manager 4.8, and you want to modify all the occurrences of src to source, try the following workaround.

In the Identity Manager 4.8.3 version, Designer introduces a new Replace feature that allows you to search for strings and replace them as per your convenience.

  1. Launch Designer.

  2. Import the required project to Designer.

  3. From the Modeler view, launch the Search/Replace dialog box.

    For more information on launching the Search/Replace option, see The Search Results View in the Understanding Designer for Identity Manager.

  4. In the Search field, specify the value as "src=".

  5. Select the Enable Replace checkbox.

  6. In the Replace field, specify the value as "source=".

  7. From the Filter list, select the policy script.

  8. Click OK.

  9. Save and deploy the changes.