Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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.