Search code examples
javaspnego

Pure Java way to access SPNEGO single sign on in Windows 10


Is there any pure Java way (no JNA/JNI/Waffle) to access SPNEGO single sign on for a Swing desktop application running on a Windows 10 machine without changing registry keys?

I'm trying to get a token to pass to ADFS to get a SAML token to then pass off to a SAML protected SOAP service.


Solution

  • No, you cannot w/o resorting to native code to SSPI.