Adobe Campaign Web App - how to store secure variables | Community
Skip to main content
Level 2
August 19, 2020
Question

Adobe Campaign Web App - how to store secure variables

  • August 19, 2020
  • 2 replies
  • 1533 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

tapcxm_josh
Level 2
August 21, 2020

Hi @radandric,

I'm not aware of an out-of-the-box solution to this, but I recommend either extending the Option schema (or creating a new schema) with a new password field that works in a similar way to the password field from the Operator schema.

Password field in Operator schema:

And then to add the field to the Option (or a custom) input form:

Thanks,

Josh

Sukrity_Wadhwa
Community Manager
Community Manager
August 31, 2020

Hi @radandric,

Was the given solution helpful or do you need more help? Please let us know.

Thanks!

Sukrity Wadhwa