Forum Discussion
mhoney_60913
Nimbostratus
Dec 04, 2013SAML IDP - retain relay state and avoid webtop
Hello,
I was asked to create a SAML IDP on one of our F5’s. This I have done, tested, and it’s all working fine through a webtop. I have now been asked if it can be configured so that when one ...
Przemyslaw_Wyr1
Altocumulus
Apr 14, 2016I have workoround in iRule. When request comes in, and has uri which referes to webtop then it is redirected to the default application. For me it is not a sufficient solution, but thus skipping Webtop. For one application it is ok, but If you have several applications and would like to visit, for example, app 5 and make an error logging you will be directed to webtop'a and iRule will redirect to the default application, for example, app1. The customer wanted APP5 and got app1 - here the whole weakness of this solution.
when HTTP_REQUEST {
if { [ACCESS::policy result] eq "allow" } {
switch -glob -- [string tolower [HTTP::uri]] {
"/" -
"/my.policy" -
"/vdesk/webtop.eui?webtop=/${partition_name}/${webtopname}&webtop_type=webtop_full" {
HTTP::respond 302 Location "https://default-application.minedomain.com"
return
}
}
}
}
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