- Tried waffle working successfully as needed in windows environment but my application server is hosted on *nix environment.
So waffle solutions doesn't meet my requirement.
Tried kerberos solutions quite difficult to configure as compared to Waffle not able to meet my requirement.
My requirement - When user hit the URL of my web application he/she would get be authenticated by windows authentication or if possible can be able to get the remote user or clientname (windows account name) from request object.
Any suggestion would be helpful .