Real SSO through GSS, how?
843811Feb 18 2004 — edited Feb 26 2004
Hi,
I implemented the example here http://www11.informatik.tu-muenchen.de/Java/j2sdkse/guide/security/jgss/single-signon.html
for Single Signon, but it requires that I supply the password for the user.
What I want it to do is get the current logged in users credentials under which this program is running and use those credentials to do the GSS secure communications. So basically I don't want to ask the user for a password at ANY point for client or server.
Any ideas?
Phil