Configuring the IdP server
The IdP server stores its keystore in its configuration to assert the SAML token coming from SPs. The configurations are stored in the IdPServerConfig.properties
file under the conf
folder of the web application server where the IdP server is deployed.
About this task
The queries shown in this section are generic. If you need to modify the query for your database type, use one of the following suffixes in the key and enter your new query as the value.
Sql
Oracle
db2
For example, to modify the query in the com.ibm.ocm.idp.server.query.token.create
property for DB2®, change the property as follows.
com.ibm.ocm.idp.server.query.token.create.db2 = new query
Note: The sequence and number of columns in your modified query must be the same as in the original query.