Forum Discussion
Esecurity_26019
Nimbostratus
Apr 20, 2016AD Authentication For a VS in LTM
I have a VS configured which do not have any authentication mechanism configured at the moment. I want to configure in such a way that user hitting the VS gets a Login prompt ( which is to be configu...
Stanislas_Piro2
Cumulonimbus
Apr 21, 2016The following irule allow you to redirect to home page and insert username as HTTP Header:
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] eq "/" } {
ACCESS::respond 302 noserver Location "/homepage/"
return
} elseif {![info exists APMusername]} {
set APMusername [ACCESS::session data get session.logon.last.username]
}
HTTP::header insert "USER" APMusername
}
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