dlindahl / omniauth-cas

A CAS OmniAuth Strategy
MIT License
88 stars 79 forks source link

Fix application return URL #1

Closed dlindahl closed 12 years ago

dlindahl commented 12 years ago

Right now, the user is redirected to the referer. While this works in when a user directly clicks a "sign in" link, it doesn't work when a before_filter requires authorization and redirects them.