Options to "override" IIQ OOTB classes / methods with a Plugin: remove searchable identity attributes from Access Request's identity search

Hello Daniel,

Per my testing, the easiet solution shall be add the entry under the System Configuration:

<entry key="columnSuggestBlacklist">
  <value>
    <Map>
      <entry key="AuthenticationAnswer" value="*"/>
      <entry key="Identity" value="password"/>
      <entry key="Identity" value="$YOUR_ATTRIBUTE$"/>
    </Map>
  </value>
</entry>

This will affect all frontend pages which is using the ‘suggest’ REST endpoint. So you may want to evaluate if this may affect any other pages which is not intendend.

Thanks and Regards,

1 Like