APM Sharepoint authentication
Problem this snippet solves: Updated version to support Webdav with windows explorer after Nicolas's comment.
APM is a great authentication service but it does it only with forms.
The default be...
Published Apr 20, 2016
Version 1.0Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Kai_Wilke
Sep 15, 2016MVP
Hi Stanislas,
if you're going to implement an account lockout then make sure you issue
after "[PROFILE::access min_failure_delay]000"
before sending the lockout 401 response. Otherwise it will be possible for an attacker to detect that the lockout is active.
Cheers, Kai