I am building a solution in Java where the goal is to be able to have users logged in to a Windows domain automatically authenticate with their Windows credentials when starting a web application. For this I am using the JCIFS library. But when I do the deploy
of the application, when executing the command remote.getRemoteUser();
it returns nothing to me and not the name of the user that is accessing the page.
Follow my web.xml
and I'm using lib
JCIFS-1.2.17.jar :
How to solve the reported problem?