PDA

View Full Version : Java Application and Windows Single Sign-on



tony_murphy
Nov 13th, 2010, 02:42 PM
I have to write an Adobe AIR / Java client application and I would like to use Windows single sign-on for this app. Basically, I need the logged in users Windows username, and be sure they have logged in successfully. As much as I'd like to use System.getProperty("user.name"), I can't!

I have intranet web applications which use Spring Security and NTLM. The browser is IE 7, so I have no single sign-on problems from browser clients.

Has anyone got any ideas how can I achieve windows single sign-on from the AIR/Java app?

Thanks

tony_murphy
Nov 15th, 2010, 05:03 AM
I will probably see if AIR can support SSO. I guess it's the more obvious place to support SSO

http://blog.springsource.com/2009/09/28/spring-security-kerberos/