Forum Discussion
Christoph_Fris1
May 14, 2018Nimbostratus
APM different authentication mechanism based on Hostname
Hello,
i wanted to know if it is possible to have for example two different authentication mechanism in one Access Profile and based on the URL which i enter the APM decides which one is used. ...
Stanislas_Piro2
May 15, 2018Cumulonimbus
Use following irule
when HTTP_REQUEST {
if {[HTTP::path] starts_with "/ntlm_uri"} {
ECA::enable
ECA::select select_ntlm:/Common/ntlm_auth
}
}
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