Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RubyOnRails kind of Single Sign On strategy for devise

I want approved external site users to have access in my app automaticaly.

So i have trusted external sites, and i want to have their users atomaticaly have a user on my site. So there would be no need to approve anything per user, only per site...

How to do this in Devise? Omniauth?

like image 927
Brazhnyk Yuriy Avatar asked Oct 20 '22 15:10

Brazhnyk Yuriy


1 Answers

Please take a look at:

https://github.com/nbudin/devise_cas_authenticatable

https://github.com/apokalipto/devise_saml_authenticatable

Or if you don't want to use Devise:

Casino Single Sign on

Or take a look at this topic:

Single Sign On with Devise and OmniAuth

like image 132
FastSolutions Avatar answered Oct 23 '22 07:10

FastSolutions