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.
No, you cannot w/o resorting to native code to SSPI.