Forum Discussion
TJMohr_289776
Nimbostratus
May 17, 2017APM Redirect Based on Decision Box Choice
Hello everyone,
I'm having some trouble figuring out the best way to solve this problem. We have a Citrix deployment using APM, but depending on a choice made in a decision box earlier in the APM ...
Stanislas_Piro2
Cumulonimbus
May 17, 2017Hi,
you can use this irule without any irule event (not tested).
when ACCESS_POLICY_COMPLETED {
if {[ACCESS::session data get session.server.landinguri] equals "/"} {
if {[ACCESS::session data get session.decision_box.last.result]} {
ACCESS::session data set session.server.landinguri "/Citrix/XenApp1/"
} else {
ACCESS::session data set session.server.landinguri "/Citrix/XenApp2/"
}
}
}
this will change the redirect after authentication to the expected URI
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