Forum Discussion
Mark_van_D
Jan 17, 2012Cirrostratus
Citrix XenApp Redirect not working
I am looking into using F5 APM to replace our aging Citrix Access Getways.
I have followed the Deployment Guide "Deploying the Big-IP APM v11 with Citrix XenApp or XenDesktop".
I c...
Michael_Koyfma1
Jan 17, 2012Cirrus
Mark,
I think what's happening is that you're hitting your main access VIP, and APM is asking your for authentication. After you successfully authenticate, APM will forward your request to the Web Interface server(IIS) - and if your request is just /, IIS will simply show you the root directory page. At this point SSO did not trigger yet - it will only trigger once it detects that Web Interface is redirecting a user to its login page - but you have to get there first. Hope it makes sense now.
If you want to set it up to work properly with APM, I suggest adding an iRule that would intercept a request to / and redirect it to your proper Web Interface site. You will have to uncheck Strict Updates under Advanced options for your deployed application( under iApp->Application Services, then click on your deployed iApp), then create the iRule below and associate it with the Virtual that you are using.
when HTTP_REQUEST {
if { [HTTP::uri] == "/" } {
HTTP::redirect "https://[HTTP::host]/Citrix/XenAppF5/"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects