Skip to main content
sirigireddyr9955
July 13, 2023
Question

Secure Credentials Store

  • July 13, 2023
  • 9 replies
  • 0 views

I am new to Appian and We have a scenario that   we are providing one form to customers. in that form we are giving them one link (Related to another application), the provided link has login details, now my scenario was customer don't want to enter login details. we need to fetch from admin console --third party credentials and we need to pass those values to that link, is there any possibility to do these task.

9 replies

stefanhelzle0001
July 13, 2023

Not using the Third Party Credentials. These can only be used by Java plugins.

Now, these "secure" credentials could be just stored in a constant and attached to the link.

sirigireddyr9955
July 13, 2023

HI stefan Helzle

I stored credentials in a constant and attached to the link , it was troughing 404 bad request error.

What are the java plugins can we use?

stefanhelzle0001
July 13, 2023

Then you have an issue in creating that link. Java plugins will not help you here.

BTW, when talking about a link. Are you sure that the credentials need to be added to the URL? Can you share more details?