Hello experts,
I recently reconfigured the OPSS store of my WLS from File based to Database store.
Do I need to update the jps-config.xml file for my applications (adf/soa)?
Currently the jps-config.xml files are as below.
<?xml version = '1.0' encoding = 'UTF-8'?>
<jpsConfig xmlns="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd">
<serviceProviders>
<serviceProvider class="oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider" name="credstore.provider" type="CREDENTIAL_STORE">
<description>Credential Store Service Provider</description>
</serviceProvider>
</serviceProviders>
<serviceInstances>
<serviceInstance provider="credstore.provider" name="credstore">
<property value="./" name="location"/>
</serviceInstance>
</serviceInstances>
<jpsContexts default="app_name">
<jpsContext name="app_name">
<serviceInstanceRef ref="credstore"/>
</jpsContext>
</jpsContexts>
</jpsConfig>
I have not found any un/official oracle documentation that advises any updates to this file but I just thought i should bring it up.
thanks.
FMW: 12.2.1.4.0
Apologies for tagging you @timo-hahn1 @adf-freak @juergen-kress-oracle