Forum Discussion
Rosieodonell_16
Cirrus
Oct 21, 2015Change which SSO you use based on if your device is mobile or not.
Hey Everyone, I have Virtual server with an access policy where i need to switch the SSO based on what kind of device you are using. Both SSO is "Forms - Client initiated". I created product_mobi...
Lucas_Thompson_
Oct 22, 2015Historic F5 Account
No, irule events from VPE run in the context of the connection between TMM and the APM HTTP server that serves up the end-user pages (my.policy), so they're not involved here. Additionally, the Policy Items in the VPE only run one time at login, while the user is logging in.
To do a very simple test, just use the APM events and try something like:
when ACCESS_ACL_ALLOWED {
if { [string tolower [ACCESS::session data get 'session.user.agent']] contains 'iphone' } {
log local0. "setting websso because iphone"
WEBSSO::select '/Common/'
} else {
log local0. "not setting websso"
}
}
Make sure to use the full name of the config object, like "/Common/whatever".
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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