Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active Directory and Signle Sign On

Status
Not open for further replies.

fatcodeguy

Programmer
Feb 25, 2002
281
CA
Hi,

I'm trying to write a web application that gets authenticated by a user's network login (via Active Directory), so he only has to login once.

How do I go about this? My understanding of the process is that when a user logs in, the user's username/password is set to a Kerberos authentication server that returns a Kerberos Token. The token can later be used to authenticate (how?) other apps.

The application itself will be developed in Java/JSP, but if you have other solutions in Javascript/VB/ASP, I'd really appreciate it.

Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top