Contact Us 1-800-596-4880

To Configure the Proxy Connection to an External OAuth Provider

In Mule 3.8.x, you optionally enable or disable the proxy network connection between the API and External Authentication Provider by setting the following parameter:

external_authentication_provider_enable_proxy_setting

This parameter is located in the following wrapper configuration file: $MULE_HOME/conf/wrapper.conf

Set the parameter to true or false. For example:

wrapper.java.additional.<n>=-Dexternal_authentication_provider_enable_proxy_setting=true

By default, the parameter is false, so the proxy connection between the API and External Authentication Provider is disabled because the following proxy settings are ignored:

wrapper.java.additional.<n>=-Danypoint.platform.proxy_host=localhost
wrapper.java.additional.<n>=-Danypoint.platform.proxy_port=8080