Http Authentication server side
I searched the internetand this forum a lot without finding a non commercial solution to this common scenario.
Inside an active directory based intranet I would like to authenticate the users who access a java web application running on Tomcat.
The requisites to meet are:
- the users connect with IE6 and they are authenticated with their login credentials using Kerberos.
- the application needs to know the name of the user.
The web application will run with a specific windows account. Is there a way to perform a task using the credentials of the authenticated user ?
What I'm looking for is an implementation of the following scenario: User John connects to the web application and besides other tasks, read/writes files from a directory where only John has permissions to do (as configured through windows acl).
Thanks for any help.
Filippo

