Good Day,
I have a web application deployed on Linux server, and I need to get logged in user (current windows user).
I used System.getProperty("user.name") but it gets the os user name for the server not the client.
Also, I used request.getRemoteUser() and it returns null.
Is there any another way? I am stuck in this issue for a long time.
Thank you.