Re: Is SPNEGO supposed to work out of the box on domain joined Windows client

2019-12-11 Thread Weijun Wang
> On Dec 12, 2019, at 8:23 AM, Daniel Fuchs wrote: > > Hi, > > By default transparent authentication is disabled on windows. > You may have to specify a non-default value for the > jdk.http.ntlm.transparentAuth property [1], or configure > an Authenticator [2] that has the appropriate credent

Re: Is SPNEGO supposed to work out of the box on domain joined Windows client

2019-12-11 Thread Daniel Fuchs
Hi, By default transparent authentication is disabled on windows. You may have to specify a non-default value for the jdk.http.ntlm.transparentAuth property [1], or configure an Authenticator [2] that has the appropriate credentials. [1] https://bugs.openjdk.java.net/browse/JDK-8225506 [2] http

Is SPNEGO supposed to work out of the box on domain joined Windows client

2019-12-10 Thread Marcin Wiśnicki
Forgive me for asking possibly silly question but I looked everywhere and couldn't find a simple answer to this question: If I use standard java.net classes to establish connection to HTTP server that uses SPNEGO authentication (AD) from a Windows machine that's joined to AD, without further confi