Forum Discussion
Alexander_01_13
Jan 10, 2014Nimbostratus
Security 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
Apr 11, 2014Nimbostratus
Finally 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?
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