Forum Discussion
Deman
Nimbostratus
Mar 02, 2015SSO between ADFS and Webtop sites
Hey all.
We're currently creating a proof of concept with 3 sites, controlled by 2 APE policy's.
test_universal_policy. (login form, AD auth, SSO) test_webtop_policy. (similar to above b...
Deman
Nimbostratus
Mar 03, 2015Hey Andrew, I may have found a solution for us. Might be a bit untidy but so far it seems to work
Here's what I did
- Added "Advanced Resource Assignment" back to the test_universal_policy
- Changed the sso to use multi-domain (with the only entry being the companies domain, no host entries)
- Set both ADFS and Webtop to use the universal policy
- Created an irule and attached it to the test webtop vs, which has the following
when HTTP_REQUEST {
if { [ACCESS::session data get session.logon.last.result] == 1 } {
if { not ([HTTP::uri] starts_with "/vdesk/") } {
set thiswebtop [ACCESS::session data get "session.assigned.webtop"]
HTTP::redirect "https://webtop.example.com/vdesk/webtop.eui?webtop=$thiswebtop&webtop_type=webtop_full"
}
}
}
I haven't added our external login form yet (just using the built in F5 one)
Give that a whirl.
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