Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. 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.
Hello All,
Below is the code snippet from Ruby.
Digest::SHA256.base64digest('')
I need to generate the same in Appian and pass it to the integration header parameter, please let me know if anyone has done this before.
Thank You,
Sneha.
Discussion posts and replies are publicly visible
Did you try this plugin?
community.appian.com/.../cryptography-hash-functions
Hello Stefan,
Yes I tried with this plug-in but facing some issue while invoking external api. So would like to know if there any other way we can generate base64 digest string.
There are so many ways of how this can be done. If yours is not supported by the existing plugins, your might have to develop your own using Java.
Ok noted.
Thank you for response Stefan.