Web Designer : Custom Web Portal project and authentication

Hi,

We have a customized web portal application, CCC_APP, which inherits from VI_UserRegistration_Web and consists of two modules:

  • Session module
  • Start module: containing two simple pages

I also have another web portal, TEST_APP, which inherits from VI_StandardWeb.

The issue I’m facing is that there is no authentication on CCC_APP. We are using Kerberos (Integrated Windows Authentication) integrated with a reverse proxy.

I want to switch to OAuth or simply use the One Identity Manager login page, but it’s not working.

When I set any authentication type:

  • OAuth/OpenID with the identity provider configuration etc..
  • Active Directory user
  • Active Directory user (role-based)

in the CCC_APP settings, it doesn’t work… the web app loads normally and prompts the Windows login prompt.

However, it works with TEST_APP (inheriting from VI_StandardWeb), and I am able to change the authentication type there.

I don’t know how to modify the CCC_APP application to use OAuth or the One Identity Manager login page.

Thank you for your insights!