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?
I think you can disable the basic authentication
- Records->SysAdmin->Authentication Service and choosing a service from the instance list.
- On the Basic credentials tab, select the Uncheck this authentication service check box.
- 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.