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

NTLM+ Negotiate dual authentication scheme in .Net Core 3.0 #3774

Closed
fngch opened this issue Jul 27, 2019 · 5 comments
Closed

NTLM+ Negotiate dual authentication scheme in .Net Core 3.0 #3774

fngch opened this issue Jul 27, 2019 · 5 comments
Assignees
Labels
customer assistance Help customers with questions regarding usage of WCF features.

Comments

@fngch
Copy link

fngch commented Jul 27, 2019

Hello,
I am developing a microservice connect to sharepoint soap service by using .net core 3.0,hosted in docker(linux), and getting {System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate, NTLM', looks like sharepoint( old version not support Rest) require authentication scheme, .net core 3.0 only supports single authentication scheme, how to support Negotiate,NTLM authentication scheme,
thank in advance for any suggestion on this.
-Charles

@davidsh
Copy link

davidsh commented Jul 27, 2019

getting {System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ntlm'.

System.ServiceModel.* is WCF components. You should open your issue in the WCF repo:
https://github.com/dotnet/wcf

@stephentoub stephentoub transferred this issue from dotnet/corefx Jul 27, 2019
@StephenBonikowsky
Copy link
Member

Here are some previous responses to this type of issue that should help you...

#3311 (comment)

#3336

#2641

Let us know if you still have issues.

@StephenBonikowsky StephenBonikowsky self-assigned this Jul 31, 2019
@StephenBonikowsky StephenBonikowsky added the customer assistance Help customers with questions regarding usage of WCF features. label Jul 31, 2019
@fngch
Copy link
Author

fngch commented Jul 31, 2019 via email

@StephenBonikowsky
Copy link
Member

Let us know if you need anything further.

@fngch
Copy link
Author

fngch commented Aug 7, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer assistance Help customers with questions regarding usage of WCF features.
Projects
None yet
Development

No branches or pull requests

3 participants