Search code examples
ruby-on-railssingle-sign-onrefinerycms

Single Sign on integration based authentication in RefineryCMS?


Is it possible to integrate Single Sign on based authentication in RefineryCMS? Any help would be appreciated.


Solution

  • As version 3.0 or RefineryCMS has extracted authentication system from core, you should be able to implement any custom authentication system, even SSO. You can check https://github.com/refinery/refinerycms-authentication-devise as a start example.