RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Single Signon in Windows using NTLM and Mongrel

For enterprise apps, you often want a seamless experience to the user. Needing to maintain multiple user-name and passwords interferes in having the seamless experience. Windows IIS offers this using NTLM. Now using Mongrel and a additional filter, you can have rails application support single sign-on. Mongrel-NTLM passes the users windows login directly to your application.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in