Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.4 Alpha1
-
None
-
Windows
Description
When WindowsNegotiateScheme authentication fails, it's possible for HttpClient to retry the authentication in an endless loop because the continueNeeded flag is not set to false when authentication fails.
One possible way of causing authentication to fail is to use a service principle name that is outside your Windows domain (e.g., HTTP/EXAMPLE.COM).