Enabling security enhancement in JDBC datastore queries
Edit the org.sourceid.common.SqlFilterManager.xml
file for stronger security protection in a JDBC datastore.
About this task
If you are upgrading from PingFederate 8.4.4 or earlier, modify the |
Steps
-
Edit the
org.sourceid.common.SqlFilterManager.xml
file. -
Set the
<item name="enableSqlFilters"/>
element value totrue
.Example:
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="http://www.sourceid.org/2004/05/config"> <item name="enableSqlFilters">true</item> </config>
-
Save the file.
-
Restart PingFederate.
-
If you have a clustered PingFederate environment, push this change to all engine nodes:
-
On the administrative console, go to System → Server → Cluster Management.
-
Click Replicate.
-
-
Verify your use cases to make sure your search filters return the expected results.