Forum Discussion
Alexander_01_13
Nimbostratus
Jan 10, 2014Security issue using two different authentication methods with the same ntlm domain (SSO)
Hello fellows,
I have run across a security issue with two web servers using the same ntlm domain for authentication (APM) on our F5 BIGIP Version 11.4.1.
ServerA contains critical informat...
Alexander_01_13
Nimbostratus
Apr 11, 2014Finally I got the leisure to put together an irule to check for a successful rsa authentication on the critical server and to kill the session in case there is none.
when HTTP_REQUEST {
set rsastate [ACCESS::session data get "session.securid.last.state"]
if { $rsastate != "SECURID_AUTH_STATE_ACCESS_ACCEPTED" } {
ACCESS::session remove
}
}
Question: Would it be more efficient to use another event than HTTP_REQUEST?
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