Skip to main content
shivikav3298
August 14, 2024
Question

Web API No Auth

  • August 14, 2024
  • 4 replies
  • 0 views

Hi All,

Wondering if there is a way in appian to create a Web API with No Auth?

4 replies

August 15, 2024

No, it is not allowed in Appian. unauthenticated users can't access any resource in Appian.

shivikav3298
August 15, 2024

Yes, was wondering if anyone knows any workarounds.

stefanhelzle0001
August 15, 2024

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?