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 authentication doesn't work with Metro client #384

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 1 comment
Open

NTLM authentication doesn't work with Metro client #384

Tomas-Kraus opened this issue Jun 2, 2022 · 1 comment

Comments

@Tomas-Kraus
Copy link
Member

Not able to consume microsoft webservices secured via NTLM. Even creating your own Authenticator(extending Authenticator) and setting it as default doesn't seems to work.The method getPasswordAuthentication() never gets called.

Affected Versions

[2.1.1]

Source: javaee/metro-wsit#1682
Author: glassfishrobot

@dmatej
Copy link
Contributor

dmatej commented Jul 26, 2024

I had issues with this 15 years ago, then it was a bug in the JDK6 ... then we abandoned it and now it seems it will be abandoned by Microsoft too, see:

All versions of NTLM, including LANMAN, NTLMv1, and NTLMv2, are no longer under active feature development and are deprecated. Use of NTLM will continue to work in the next release of Windows Server and the next annual release of Windows. Calls to NTLM should be replaced by calls to Negotiate, which will try to authenticate with Kerberos and only fall back to NTLM when necessary. For more information, see Resources for deprecated features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants