Skip to main content
Question

Delete the login form

  • December 31, 2025
  • 2 replies
  • 25 views

Forum|alt.badge.img
  • Do Gooder (Customer)

Hello,

Is it possible to delete the login form when we use the SSO ?

 

 

2 replies

Forum|alt.badge.img
  • Author
  • Do Gooder (Customer)
  • February 24, 2026

I received a response from IFS explaining that it is not possible to delete this form, as it is there as a fallback in case the SSO goes down.


Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • February 24, 2026

But if you use the debug tools in your browser you can see that its this section of code which shows it.

form id="kc-form-login" class="ifs-form-login-has-alt"

And depending on what level of access you have to the reverse proxy or load balancer you might be able to configure them to hide this section.

You would still need a URL where that code was not hidden but you could restrict that to only certain known IP Addresses.

Never done this with IFS but using NGinx for other solutions I know its possible.