Is there a best practice for management of secure variables when building Adobe Campaign (Classic) Web App? For example - in the Web App script activity we would like to connect to external web service to get some data and we need to store somewhere the credentials to access that external service. If we store this in variables - it will be exposed in the context (view source). If we store in the Options (Administration/Platform/Options) they are not encrypted or masked and are shown as clear text.
We can always create custom schema for these type of parameters and store them in Adobe Campaign database encrypted/masked - but that is a bit of a custom solution.
Any suggestion would be appreciated.