Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept a "from" parameter in the urls for redirection #231

Closed
wants to merge 1 commit into from
Closed

Accept a "from" parameter in the urls for redirection #231

wants to merge 1 commit into from

Conversation

Aeon
Copy link
Contributor

@Aeon Aeon commented Nov 14, 2014

the /login url accepts a new parameter that will be combined with service parameter for the user redirection after successful login.

This should fix #194 for real - dynamically setting service_url is a partial solution, but a bad one, because with constantly changing service_urls, the tickets are constantly invalidated (because the new request's service url won't match the previous request's service url).

I'm surprised this wasn't considered in the CAS spec, but I can't find any indication there that the original authors ever considered redirecting the user to a deep url within the project; seems like their assumption was always that the user hits the home page no matter what.

I tried to do this by looking at the Referer header first; that would have been more elegant and not required the users to upgrade their CAS integration gems - but it seems that many browsers do not send the referrer as the source of redirect (or at all) when redirected via 302 status code, so unfortunately we have to be explicit about specifying this.

this should be a path that will be combined with @service_url parameter
for the user redirection after successful login.
@Aeon Aeon changed the title Accept a new "from" parameter in the urls for redirection Accept a "from" parameter in the urls for redirection Nov 15, 2014
@Aeon
Copy link
Contributor Author

Aeon commented Dec 3, 2014

replaced by #232

@Aeon Aeon closed this Dec 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamically setting service_url?
1 participant