Hi,
I am using Waffle 1.7.1 in java web application for access windows authentication. I am using tomcat server 7.0.
The waffle filter is working properly and I can get the currently logged user. For disable the basic authentication popup I added trusted site in Internet Explorer settings and I can get the user information (now not showing popup).
But I don't need to show the basic authentication popup always. if trusted sites added in IE settings then it should get the current username else I should return user principal as null.
Is any Waffle filter (or deployment descriptor) configuration should I add to make the above approach workable?
Thanks,
P.Arunkumar