Claims authenticated SharePoint web applications support NTLM, but only with the following steps:
- HTTP 302 is redirected to second place.
- HTTP 401 call for NTLM authorization
- HTTP Verification 401
- HTTP 302 redirects back to its original location (service)
Can I write custom behavior, factory channel or binding to handle this? Is there a better way to do this?
source
share