You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: