rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Follow redirects when generating a proxy granting ticket #170

Open bradseefeld opened 11 years ago

bradseefeld commented 11 years ago

There is a TODO in the code about this. The current behavior is to treat a redirect as a success, which is very confusing. The client does not receive a PGT when there is a redirect, but rubycas-server logs the request as a success.