Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AuthenticationSchemes.IntegratedWindowsAuthentication #4353

Merged

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Sep 3, 2020

When the server responds with both Negotiate and NTLM as supported authentication types, HttpClient will look in the credential cache for Negotiate credentials but not NTLM. This change allows specifying AuthenticationSchemes.IntegratedWindowsAuthentication on the HttpTransportBindingElement.AuthenticationScheme and WCF will add the credentials to the CredentialCache for Negotiate and NTLM.
Fixes #3694

Copy link
Member

@StephenMolloy StephenMolloy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mconnew mconnew merged commit 6a76e08 into dotnet:master Sep 10, 2020
@mconnew mconnew deleted the SupportIntegratedWindowsAuthentication branch September 10, 2020 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants