Forum Discussion
Dmytro_Levytsky
Dec 14, 2011Nimbostratus
Switch between session with different SSO
Hello. Can anybody help me with my dilemma :). I have two virtual server (VS1 and VS2) and two different web SSO (WEBSSO1 and WEBSSO2) for each of them. Also I have a third virtual server VS3 with irule:
when HTTP_REQUEST {
if { [HTTP::uri] equals "Link1.net" } {
virtual VS1
} elseif {[HTTP::uri] equals "Link2.net"} {
virtual VS2
}
}
When I make connection to Link1.net over VS3 all is OK. Close connection. Make connection to Link2.net over VS3 all is OK.
But when I am trying switch from Link2.com to Link1.com or Link1.com to Link2.com during one connection SSO isn't switched. That's why my auth to another resource always is failed.
So my question: Is it possible to switch and force SSOs between VSs during same connection? If yes - how?
Thx
- hooleylistCirrostratusIs there a reason that you're using separate virtuals for this? You could potentially call WEBSSO::select to select the correct SSO by URI.
- Dmytro_LevytskyNimbostratusThanks for your reply but I have tried it before. Result was the same :(
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