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

djoshi_103757's avatar
djoshi_103757
Icon for Nimbostratus rankNimbostratus
Aug 25, 2015

Appending URI based on username – i Rule

Appending URI based on username – i Rule

 

upon authentication rose1 would be redirected to /Citrix/Web1/ and Rose2 would be to /Citrix/Web2/ if not none matched than it would be default landing URI /Citrix/Web

 

i am facing username matching and redirecting. currently its just sending rose1 and rose2 to default landing uri. Let me know if you have any suggestions

 

when ACCESS_POLICY_AGENT_EVENT { log local0. "APM irule AGENT EVENT ------- [ACCESS::session data get session.logon.last.username]" if { ([ACCESS::policy agent_id] eq "Web")} { if { [ACCESS::session data get session.logon.last.username] equals "Rose1" } { ACCESS::session data set session.login.last.citrix.uri "/Citrix/Web1/" } elseif { ([ACCESS::policy agent_id] eq "sungardvpm")} { if { [ACCESS::session data get session.logon.last.username] equals "Rose2" } { ACCESS::session data set session.login.last.citrix.uri "/Citrix/Web2/" }

 

Thanks in Adv

 

1 Reply