Oracle Waveset 8.1.1 Deployment Guide

ProcedureTo Define a Custom Correlation Key

  1. Access the Waveset debug page at http://PathToIDM/debug. The System Settings page is displayed.

  2. Select Configuration from the List Objects pull-down menu. The List Objects of type: Configuration page is displayed.

  3. Select the edit link for User Extended Attributes.

  4. Add the new attributes to the List element, for example:

    <String>EmployeeId</String>

  5. The attribute must be defined as an Waveset attribute on the Account Attributes (schema map) page for the resource.

  6. Save your changes. Waveset returns to the System Settings debug page.

    The custom attribute must also be added to the QueryableAttrNames element in the UserUIConfig configuration object.

  7. Select Configuration from the List Objects pull-down menu. The List Objects of type: Configuration page is displayed.

  8. Select the edit link for UserUIConfig.

  9. Add the new attributes to the <QueryableAttrNames><List> element, for example:

    <String>EmployeeId</String>

  10. Save your changes. Waveset returns to the System Settings debug page.

  11. Restart your application server.