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.
Discussion posts and replies are publicly visible
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.
How can I save a Password in a secure way within Appian and then recover it automatically from a process. I haven't found anything except Secure Credntials Store, and still I don't know how to access it from Process models
Any advise?
Thanks
The SCS is only accessible from Java code in plugins.
There is no real integrated solution for managing credentials. What is your use case?
Thanks any Java Code Plugin available in the market that allows it?
For example, I would like to lock a document protected by a password (that is stored in the SCS or somewhere else that is secured).
From a process, I should be able to unlock it treat (modifying it for example) then lock it again before ending the process.