Rails web app authenticated with windows
- by deostroll
Is it possible for a rails web application to make use of the windows authentication features in its code. I am looking at being able to obtain the user's login name and domain in the application. But there is a catch.
This particular web application runs off an apache web server hosted on a linux machine which is kind of networked to other windows machines.
Is all of this possible?