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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
I would like to access CASino via [existing_hostname.domain.name]/cas instead via a separate host (e.g. cas.domain.name]. And I seem to be able to log in successfully that way, but at least the initial redirect to "sessions"(and other critical elements of the app, haven't yet tried to figure out how to investigate that) don't prepend the "cas" to the url that they generate. Any easy way to fix this?
Thanks in advance.
-- Seth Green
The text was updated successfully, but these errors were encountered:
Running CASino under a non-root URL should actually work without any problems. Maybe the configuration @swobspace posted in this issue helps (probably the PassengerBaseURI part does the trick).
Thanks for that hint. But what I'd gotten running was CASinoApp, which seems to have some problems with absolute URLs embedded someplace (although I can't find it) similar to what was fixed in rbCAS/CASino@12b5073 for the CASino code. If you could help me figure out how to fix the absolute URL problem in CASinoApp, or alternatively how to run CASino (not App) via Passenger and config.ru, I'd be very grateful.
I would like to access CASino via [existing_hostname.domain.name]/cas instead via a separate host (e.g. cas.domain.name]. And I seem to be able to log in successfully that way, but at least the initial redirect to "sessions"(and other critical elements of the app, haven't yet tried to figure out how to investigate that) don't prepend the "cas" to the url that they generate. Any easy way to fix this?
Thanks in advance.
-- Seth Green
The text was updated successfully, but these errors were encountered: