[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Windows Authentication with eclipse

Joneo wrote:

i not sure whether i should point this to eclipse or to jave. so does anyone know how to use the windows authentication in java?

I've done this long time ago: use existing credentials of user logged in Windows domain to check if user is allowed to make some actions (also using LDAP).


I don't remember already details, but search for "single sign on", there are articles how to use it in Java.