Kerberos Authentication in Rails

前端 未结 2 1493
臣服心动
臣服心动 2021-02-09 08:15

Is it possible to use kerberos to authenticate a user under rails? Are there any existing plugins (preferably which extend authlogic\'s functionality) to do this?

2条回答
  •  面向向阳花
    2021-02-09 09:07

    If you wanto to switch from authlogic to Omniauth for your authentication there's a module for it:

    https://github.com/jgraichen/omniauth-kerberos

提交回复
热议问题