Integrated Windows Domian Authentication ?
Hello Dudes,
Can anybody tell the way how to develop an application with integrated windows domain authentication ? (By using Java)
Help appriciated.
And i don't know is it the correct forum to post. If it is not correct forum please reply me with links to the correct forums.
Thanks in advance
If Integrated Windows Domain Authentication means that a service program can automatically authenticate a logon domain client using his/her Active Directory credentials, this is the correct place.
You need to program in the JGSS-API, read the Java GSS-API section first at --
http://java.sun.com/javase/6/docs/technotes/guides/security/index.html
Or, if you're interested in writing HTTP client using Java to access Active Directory account protected Windows IIS server. read --
http://java.sun.com/javase/6/docs/technotes/guides/net/http-auth.html