Hello Everyone,
I'm trying to validate some form input passed to Appian - specifically a reCaptcha code. While I can easily setup the integration call to do this, it requires sending a paired Secret Key as part of the message body.
While the SCS works with connected systems, it only allows me to send the secret as a request parameter OR header. ReCaptcha, however, wants this token as part of the message body.
My question is: Is there a way to store this Secret key in the secure credential store? Failing that, is there some other mechanism available to storing this security token in a format other than plain text?
Discussion posts and replies are publicly visible
For everyone who finds this post afterwards: It appears there is no way to do this in Appian natively. The only solution I have found involves using this plugin: HTTP Request with Secure Credentials Store (https://community.appian.com/b/appmarket/posts/http-request-with-secure-credentials-store)
This is a 3rd party plugin that hasn't been updated since 2019 (as of this writing) and has no support from Appian properly.
In short: No - there is no supported way of doing this.