Forum Discussion

scsp_177450's avatar
scsp_177450
Icon for Nimbostratus rankNimbostratus
Apr 16, 2015
Solved

APM Access Policy -- Logout URI include

I have configured SSO and it works nicely except I cant logout!   Attempted defining this entry: Include Logout URI. But it just wont take my parameters.   The logout button points to "" so I e...
  • kunjan_118660's avatar
    Apr 16, 2015

    It's a known issue. You may want to use an iRule as work around

    when HTTP_REQUEST {
      if { [HTTP::uri] equals "/index.php?logout=true" } {
        HTTP::redirect https://[HTTP::header host]/vdesk/hangup.php3 
      }
    }