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

[326 byte] By [mahesh.komuravellia] at [2007-11-27 9:25:11]
# 1

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

wangwja at 2007-7-12 22:21:43 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...
# 2
Thanks wangwj,Once i will go through those topics and get back to you
mahesh.komuravellia at 2007-7-12 22:21:43 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...