Avatar

Community Advisor

Hi,

 You need to provide sessionToken instead of username/password combination, if in your <config> file,
<securityZone allowDebug="true" allowHTTP="false" allowSQLInjection="false" label="Private Network (VPN)"
name="vpn" showErrors="true" allowUserPassword="false">

 

allowUserPassword= helps you to pass user/password combination.

 

Thanks.