0

How can I obtain the current Windows domain user in an application on Tomcat.

request.getRemoteUser() is null

Alex
  • 676
  • 1
  • 14
  • 37

2 Answers2

0

Apache has some documentation on LDAP authentication with Tomcat. I'd say take a look at this.

Split71
  • 548
  • 4
  • 9
0

The easiest solution is to use WAFFLE. It does not need Kerberos configuration.

Alex
  • 676
  • 1
  • 14
  • 37