Using Windows Authentication in Ruby on Rails

I am working on a Rails application for an internal project and cannot decide how to configure the user model to use Windows Authentication for login. I had a look and I can not find anything that covers this topic. I managed to configure Rails to use SQLServer, but I just close it here.

Thanks in advance.

+4
source share

Source: https://habr.com/ru/post/1369469/


All Articles