Configuring APM Client Side NTLM Authentication
Introduction
There have been a ton of requests on the boards for a simplified client side NTLM configuration, so based on Michael Koyfman’s excellent Leveraging BIG-IP APM for seamless client NTLM...
Published May 12, 2015
Version 1.0Kevin_Stewart
Employee
Joined March 16, 2006
Kevin_Stewart
Employee
Joined March 16, 2006
Ali_Khan
Apr 07, 2017Nimbostratus
Well!! I had to upgrade to 11.6 HF8 in the end from 11.6.0 Base version. All working with following iRule.
when HTTP_REQUEST { if { [ACCESS::session data get session.ntlm.last.result] eq 1 } { ECA::disable } else { ECA::enable ECA::select select_ntlm:/Common/NTLM_Auth_Config } }
If i dont check for session.ntlm.last.result APM keeps generating 401 and the pop-up.
Thanks to the contributor.