AutoLogOff showing different authentication services

We are using pxSessionTimer in our portal. When a user times out, if they keep their browser open, they get presented with a splash screen similar to the PRServlet, but with all the authentication services listed down below (see screenshot)

Is there a way to permanently disable this screen? We never want to see that - our users are all using one form of SSO.

@DerekB14 you can set a logoff redirection and choose Show log off screen. In this way you can prevent showing login screen. Further more you can customize the logoff screen moreover you can also write a redirection logic to your SSO login screen as well by customizing this logoff page.

@karma1 Thank you :slight_smile: Removing the refresh in Web-Session-Return did exactly what I was looking for!

@DerekB14 Glad that I could help you out. :slight_smile: