Hi All,
Wondering if there is a way in appian to create a Web API with No Auth?
Discussion posts and replies are publicly visible
No, it is not allowed in Appian. unauthenticated users can't access any resource in Appian.
Yes, was wondering if anyone knows any workarounds.
Appian does not support any anonymous access to the platform. The only thing you could do is to use some external API gateway which in turn calls Appian with proper authentication.
Out of curiosity, what are you looking for?
Our internal system which is supposed to call Appian API does not have the ability to call authenticated APIs. As you mentioned, we can try using an external API gateway.