I need to connect to a websocket service which uses spnego authentication from a stand alone java process.
Can anyone provide a java example or point me at a library that has this functionality please?
I can query a rest api on the same server using SpnegoHttpURLConnection - so the spnego kerberos part works.
I can also connect to the websocket if I disable the authentication on the server.
However SpengoHttpURLConnection doesn't have any easy way to upgrade the connection to a websocket, and I can't find a websocket client library that lets me configure spnego authentication.