Is it possible to have Google reCAPTCHA in Appian Sail form. If yes please let me know how can we achive it.
Discussion posts and replies are publicly visible
What's the use case for this?
Captcha's are designed to defend against spam and abuse - typically on public web sites. Access to Appian requires authentication. Are you expecting authenticated users will abuse or spam your applications?
The use case to have a embedded interface on company website which will invoke the process model in the appian. We want to have recaptcha on embedded interface to restrict the bulk call
Can you try to use captcha in the company's website and load Appian embedded action only if captcha is verified successfully ?
Hi ankushj,
As per the documentation:
"The request to load an Appian interface must come from an authenticated user of the Appian system, even if that Appian interface will be embedded within a non-Appian web page."
these details are here: https://docs.appian.com/suite/help/19.2/Embedded_Interfaces.html#authentication
Even after your users are authenticated you have an expectation that there will be abuse?
Got it. Thanks