I would like to retrieve the windows user in a webapp.
Currently using Kerberos/Apache/Tomcat, the variable REMOTE_USER is set in http header so is fine.
But now my needs have changed :
- no more client authentication (no more Kerberos)
- user should not have to log into webapp
- need username to check some process from DB or LDAP
I was wondering what would be the cleaner way to pass the information ?
Thank you
0 Answers