Skip to main content
February 22, 2024
Solved

Alternative to Portals in an On-Premise Environment

  • February 22, 2024
  • 15 replies
  • 0 views

Hi,

We have a requirement to expose an interface to users who don't have an account in Appian. While this could be solved using Appian Portals, we are in an on-premise environment, and I've read that Portals are not available in these on-premise environments. Is there any alternative that works similarly to Portals for on-premise environments?

Thanks in advance

Best answer by mathieud0001

I don't think that is possible.

Even servlets require basic auth at the very least.

https://docs.appian.com/suite/help/23.4/Custom_Servlet_Plug-ins.html

15 replies

venkatrea696188
February 22, 2024

https://docs.appian.com/suite/help/23.4/Embedded_Interfaces.html

I think embed interfaces works like that.. But it still requires SSO Configurations

mathieud0001
Brainy
February 22, 2024

Embedded interfaces require an Appian account. I'm afraid that nothing exists as an alternative for Portals for on prem.

Only other option is to build something custom (regular HTML/CSS/JS) or use an online form builder (i.e. Google forms, MS forms, Jotform etc) and connect it using a Web API.

February 22, 2024

If I build a custom component, so that users without an Appian account can see it, would it have to be a solution outside of the platform, right?

Thanks