Forum Discussion
Tony_Kroukamp_1
Nimbostratus
Jul 29, 2014Single Sign on from Full Webtop to second VS with Full Webtop
I’m having an issue I’m hoping someone can provide some advice on.
I have a VS with APM profile which brings users to a (we’ll call it the ‘Master’) WebTop with links to SharePoint and OWA among...
Arnaud_Lemaire
Employee
Jul 31, 2014syntax should be ok, whatever i'm still struggling with the -secure option and i can't get a working end to end configuration. i managed to get it working with following modifications: i changed the irule on the second VS by :
when ACCESS_POLICY_AGENT_EVENT {
set myuri [ACCESS::session data get session.server.landinguri]
set firstvssid [URI::query $myuri id]
log local0. "vs [IP::local_addr] firtsid $firstvssid"
setting first session username into existing session
ACCESS::session data set session.logon.last.username [ACCESS::session data get -sid $firstvssid session.logon.last.username]
setting first session password into existing session
ACCESS::session data set -secure session.logon.last.password [ACCESS::session data get -sid $firstvssid session.logon.last.mypassword]
}
-
on the first VS policy i added a variable assign following logon page : session.logon.last.mypassword = mcget -secure {session.logon.last.password}
-
one the second vs policy i added a irule event just after the start
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