Hi, I'm working on a Grails application that authenticates the user via Windows Authentication using IIS. Anonymous authentication and Impersonation are both disabled in IIS.
When the user accesses the application, I want to fetch the user name of the logged in user in my web app. How should I do it?