Forum Discussion
Ken_Wong_48678
Dec 07, 2008Historic F5 Account
ACA auth in particular url
Hi,
I have configured a VS with ACA authentication profile, it works fine. But now I want to triggar the authentication based on some particular url.
I can use irule to ...
Ken_Wong_48678
Dec 09, 2008Historic F5 Account
thanks for your info, right now I am using a quite indirect way to do it.
1. create vs1 using ACA profile
2. create vs2 with irule to check url and based on the url to use above virtual
seems LTM does not have a simple way to do ACA based on particular url
when HTTP_REQUEST {
set my_uri [string tolower [HTTP::uri]]
if { $my_uri contains "/secure" } {
virtual VS1
} elseif { ( $my_uri starts_with "/ssl" ) } {
HTTP::redirect https://1.2.3.4$my_uri
}
}
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