Thanks for your time reading this. I am trying to setup a java client that runs in windows and needs to present a ticket to get access to a service.
No delegation is required. We are running Java 8/Windows 10 and running into needing to change both the registry setting to enable access to the SessionKey and some group policies around UAC. This is not ideal from a security perspective. I was hoping that the Java community was making progress on this front especially since it sounds like from some other articles, Credential Guard further locks this down. I found: https://www.mail-archive.com/[email protected]/msg05291.html https://www.mail-archive.com/[email protected]/msg15532.html and: http://cr.openjdk.java.net/~weijun/6722928/ What is the current status of this? Should it compile and run in Java 8? or does it depend on the recently committed: https://bugs.openjdk.java.net/browse/JDK-8200468 Trying to understand out options with respect to getting SSO for this java client to work. Cole Ferrier
