APM Sharepoint authentication v2
Problem this snippet solves: This new version of irule supports NTLM auth (mandatory for Onedrive Apps)
APM is a great authentication service but it does it only with forms.
The default behavior...
Published May 24, 2017
Version 1.0Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
AN
Jul 05, 2018Nimbostratus
@ Stanislas Piron
I have uncomment following and replaced IP with Office servers IPs
`if { [IP::addr [IP::client_addr]/32 equals 10.24.104.146] or [IP::addr [IP::client_addr]/32 equals 10.24.104.147] } {
set AUTHENTICATION_MODE {disable}
ASM::disable
return'
But no luck..