Disabling Basic Login in Pega 8.8

We have a requirement from CyberSecurity to disable the basic login to Pega. We have SSO/external authentication enabled for all individual users. How can we disable the login page or the login button?

@AlexM171

I think you can disable the basic authentication

  1. Records->SysAdmin->Authentication Service and choosing a service from the instance list.
  2. On the Basic credentials tab, select the Uncheck this authentication service check box.
  3. Click Save.

PLEASE NOTE: Please ensure the custom authentication is working as expected before turning off the basic authentication.

Please go over this link to create custom authentication service.

Hi @AlexM171: Can you please help to check the below links?

One way is to edit the web.xml. Other way is to do a redirection from the web server to make sure the URL is always directed as required.

Thanks.