Forum Discussion
KellyS_50017
Dec 20, 2008Nimbostratus
Profile vs iRule, case sensitivity, persistence
Super-simple question, as I'm pretty new to the F5's.
We have a single sign on piece to our web site that requires the node that issued the SSO token to be the node that redeems the to...
KellyS_50017
Dec 22, 2008Nimbostratus
I worked on this awhile longer this weekend, as I also noticed that persistence wasn't being kept after the token was redeemed. So, I have two irules (should they be combined?)
Here's the first:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/abcd" } {
persist cookie insert SSO
pool SSO_Pool
}
}
And the second to keep them going to the SSO pool after they login:
when HTTP_REQUEST {
if { [HTTP::cookie exists "SSO"] } {
pool SSO_Pool
}
}
Any issues with this? My limited testing seems great so far.
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