fatcodeguy
Programmer
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!!
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!!