With newer versions of StoreFront and Citrix Gateway, when you logoff StoreFront 3.15+ that is through Citrix Gateway, all you see is a white page with the text “Logoff is successful”.
Alternatively, you can redirect to the Gateway logon page by creating and binding a Responder policy
- In the menu, go to AppExpert > Responder > Actions.
- Enable the Responder feature if it isn’t already enabled.
- On the right, click Add.
- In the Create Responder Action window:
- Give the Responder Action a name. The purpose of this Responder is to redirect to the Gateway logon page after StoreFront is logged off.
- Change the Type drop-down to Redirect. Note: it’s easy to miss this step.
- In the Expression box, you can enter
"https://" + HTTP.REQ.HOSTNAME.HTTP_URL_SAFE
or you can enter the actual https:// URL to the Gateway Virtual Server. The first option uses the Gateway FQDN originally entered by the user.
- Click Create.
- On the left, in the menu, click the Policies node under Responder.
- On the right, click Add.
- In the Create Responder Policy window:
- Give the Responder Policy a name.
- Change the Action drop-down to the name of the Responder Action you just created.
- In the Expression box enter
HTTP.REQ.URL.CONTAINS("/cgi/logout")
- Click Create.
- In the menu, go to Citrix Gateway > Virtual Servers.
- Edit your Citrix Gateway Virtual Server.
- Scroll down to the Policies section and click the plus icon.
- Change the Choose Policy drop-down to Responder and click Continue.
- In the Policy Binding section, click where it says Click to select.
- Click the radio button (circle) next to the Responder Policy you just created and then click the blue Select button at the top of the page.
- Click Bind.