Reputation: 417
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?
Upvotes: 5
Views: 2258
Reputation: 1829
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:
Or take a look at this topic:
Single Sign On with Devise and OmniAuth
Upvotes: 3