You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From rubycas-client “Gatewaying” essentially allows for optional CAS authentication. Users who already have a pre-existing CAS SSO session will be automatically authenticated for the gatewayed service, while those who do not will be allowed to access the service without authentication. This is useful for example when you want to show some additional private content on a homepage to authenticated users, but also want anonymous users to be able to access the page without first logging in.
Now the question
I would simply use use rubycas-client but it is getting crufty and does not seem to work well with rails 4.x. So is there anyway to do the above with omniauth-cas?
The text was updated successfully, but these errors were encountered:
From rubycas-client
“Gatewaying” essentially allows for optional CAS authentication. Users who already have a pre-existing CAS SSO session will be automatically authenticated for the gatewayed service, while those who do not will be allowed to access the service without authentication. This is useful for example when you want to show some additional private content on a homepage to authenticated users, but also want anonymous users to be able to access the page without first logging in.
Now the question
I would simply use use rubycas-client but it is getting crufty and does not seem to work well with rails 4.x. So is there anyway to do the above with omniauth-cas?
The text was updated successfully, but these errors were encountered: