Changing the Truststore for OAuth Authentication
By default, the OAuth2 authentication handler for My webMethods Server uses a built-in dedicated truststore to load security certificates for OAuth2 authentication. To utilize certificates from the common My webMethods Server truststore you must disable the use of the dedicated truststore by adding the following JVM property to the custom_wrapper.conf file:
Parameter | Description |
use.oauth.client.truststore | Boolean. Whether to use the default (built-in) thruststore of the OAuth handler. The default value is true. Set to false to disable the use of the dedicated OAuth trust store and use the common My webMethods Server truststore instead. |