For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

mzugaghe's avatar
mzugaghe
Icon for Nimbostratus rankNimbostratus
Aug 11, 2025
Solved

client-initiated SSO issue

I’ve configured client-initiated SSO forms for different web applications, but I'm encountering two issues with two different virtual servers: 1) For the first virtual server, SSO authentication wor...
  • Injeyan_Kostas's avatar
    Aug 12, 2025

    Hello mzugaghe​ 

    For 1. you can use an irule like this

    when HTTP_REQUEST {
        if { [string tolower [HTTP::uri]] equals "/names.nsf/?logout&form=logoutdone" } {
             HTTP::redirect https://[HTTP::host]/vdesk/hangup.php3
        }
    }